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
Explain about the relationship between object oriented programming and databases?
Explain about message passing in object oriented programming?
What is data abstraction? what are the three levels of data abstraction with Example?
Can you define OOP and principles of OOP?
How do you prevent a class from being inherited by another class?
If a method definition has been specified in the base class and the interface which the class is implementing, which definition will be picked if we try to access it using interface reference and class object?
Give any criteria when you use an abstract class and an interface?
How can we call the base method without creating an instance?
What is meant by inheritance? what are the advantages of inheritance?
Can you tell something about GDI objects?
Can an interface inherit from another interface?
What is the use of ‘finalize’?
Are constructors inherited? Can a subclass call the parent's class constructor? When?
Can a function be overloaded based on return types?
Do we require parameter for constructors?