Answer Posted / a
Polymorphism means more than one form.Polymorphism is the
concept to use a function or a operator in more than one
form.Polymorphism in c++ is applied through the concept of
Function overloading,Operator overloading and via virtual
function.
| Is This Answer Correct ? | 21 Yes | 2 No |
Post New Answer View All Answers
write a C++ program for booking using constructor and destructor.
Write a program to sort the number with different sorts in one program ??
2. Give the different notations for the class.\
Can we create object of abstract class?
Can abstract class have normal methods?
What is meant by multiple inheritance?
What is the diamond problem in inheritance?
Why is polymorphism used?
What does enum stand for?
Can a varargs method be overloaded?
What are constructors in oop?
How does polymorphism work?
can we make game by using c
Is data hiding and abstraction same?
What is the difference between static polymorphism and dynamic polymorphism?