Answer Posted / shanti chouhan
The polymorphism is bunch of classes with different functionality and structure but all use the same interface
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the mechanism of composition?
Why is OOP good?
How can we call the base method without creating an instance?
Explain about instance in object oriented programming?
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 what you understand by function overloading.
Differentiate between data abstraction and encapsulation.
What is method overriding?
How to achieve data abstraction?
Write about abstract base classes?
What do you mean by abstract class?
What do you mean by data hiding?
Can you create an instance for an abstract class?
What is the benefit of Composition over Inheritance?
What is the need of multiple inheritance?