Answer Posted / kanan
Run time polymorphism means, compiler would comes to know
which method to execute, at the run time not in compile time.
Example is
-Interface
-Abstract Methods
-Virtual Functions
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What are the 4 main oop principles?
What is pointer in oop?
is there any choice in opting subjects like 4 out of 7
Why do we use inheritance?
What is encapsulation in oop?
Why is destructor used?
Is html an oop?
Where is pseudocode used?
What is byval and byref? What are differences between them?
Why is abstraction needed?
What is difference between inheritance and polymorphism?
What are the 3 pillars of oop?
When not to use object oriented programming?
Why do while loop is used?
Can static class have constructor?