Answer Posted / charitha
polymorphism means the ability to take more than one form.
an operation may exhibit different behaviors in different
instances. The behavior depends on the data types used in
the operation.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is debug class?what is trace class? What differences are between them? With examples.
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
Whats oop mean?
What is encapsulation selenium?
What is a class oop?
How do you define a class in oop?
What language is oop?
What does and I oop mean?
What do you mean by abstraction?
What is polymorphism what are the different types of polymorphism?
What are two types of polymorphism?
What is polymorphism and example?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
Can main method override?
write knight tour problem which is present in datastructure