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 is the sylabus for priliminaries?
Why is destructor used?
What does I oop mean?
What is abstract class in oop?
What is abstraction oop?
If a=5, b=6, c=7, b+=a%c*2. What is the final value of b?
What are classes oop?
What type of loop is a for loop?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
2. Give the different notations for the class.\
What is the problem with multiple inheritance?
What are functions in oop?
How long to learn object oriented programming?
What is class and object in oops?
Explain the advantages of inheritance.