
Asked in Akamai Technologies
Suppose an abstract class has a function called x(), and a derived class also has a function with the same name. If you create a pointer for the abstract class and point it to the derived class object, what happens when you call x() using the pointer?

AnswerBot
2y
Creating a pointer for an abstract class and pointing it to a derived class object with a function name conflict.
Use virtual keyword for the function in the abstract class.
Use override keyword for the...read more
Help your peers!
Add answer anonymously...
Top Application Developer Interview Questions Asked at Akamai Technologies
Q. Design a data structure for an Excel sheet.
Q. How would you implement monitors in an Operating System?
Q. How do you delete the nth node in a linked list?
Interview Questions Asked to Application Developer at Other Companies
Top Skill-Based Questions for Akamai Technologies Application Developer
Data Structures Interview Questions and Answers
250 Questions
Algorithms Interview Questions and Answers
250 Questions
Web Development Interview Questions and Answers
250 Questions
Java Interview Questions and Answers
250 Questions
Software Development Interview Questions and Answers
250 Questions
SQL Interview Questions and Answers
250 Questions
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

