Answer Posted / srinath varma
The concept of assigning a single name have to more than one function which performs closely related jobs is said to be polymorphism.
Here poly means "many" and morphism means "forms".
The concept of polymorphism consists of two categories
1.Function over loading
2.Operator over loading.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the features of oop?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What is the advantage of oop over procedural language?
What is basic concept of oop?
What is the difference between a mixin and inheritance?
What are the important components of cohesion?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
State what is encapsulation and friend function?
What is class encapsulation?
What is inheritance write a program to show use of inheritance?
what are the ways in which a constructors can be called?
How can you overcome the diamond problem in inheritance?
How is class defined?
How do you answer polymorphism?
What is abstraction example?