Answer Posted / manish kumar
dynamic polymorphism is run time polymorphism.it is
implemented through virtual functions
| Is This Answer Correct ? | 101 Yes | 15 No |
Post New Answer View All Answers
what are the ways in which a constructors can be called?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
Why do we use class?
What is encapsulation in ict?
What is the difference between abstraction and polymorphism?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What is class in oop with example?
Why is abstraction needed?
What are the benefits of oop?
What is purpose of inheritance?
What is the advantage of oop over procedural language?
What are the three parts of a simple empty class?
write knight tour problem which is present in datastructure
What is constructor overloading in oop?
What is difference between abstraction and encapsulation?