Answer Posted / tejas
The ability to take more than one form is known as
polymorphism.
| Is This Answer Correct ? | 18 Yes | 3 No |
Post New Answer View All Answers
Why do we separate interface from implementation?
What does the keyword virtual represented in the method definition?
Is is possible to define our own functional interface?
What is the difference between abstract & interface?
A class inherits from 2 interfaces and both the interfaces have the same method name as shown below. How should the class implement the drive method for both car and bus interface?
Explain about multiple inheritance?
Can you create an instance of an interface?
What is a pure virtual function?
What is an interface?
Which OOPS concept exposes only the necessary information to the calling functions?
What is diamond inheritance problem? How java 8 solves this problem?
What is the order of call of constructors in inheritiance?
What if we override the conflicting method in the class?
Is it possible to override private virtual methods?
Why dynamic loading is used in object-oriented programming?