Answer Posted / maahi
polymorphism is an oops concept,it meanse the ability to
take more than one form.polymorphism allows different object
ti respond to the same message in diffent ways.
there are two
types of polymorphism.
1.compile time
2.run time
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of oops?
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
Which is not an object oriented programming language?
Explain the concepts involved in Object Oriented programming.
What is object-oriented programming? Webopedia definition
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
How to call a non virtual function in the derived class by using base class pointer
What are functions in oop?
What is static modifier?
What is encapsulation with example?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What is a function in oop?
Why is destructor used?
Why is polymorphism used?
when to use 'mutable' keyword and when to use 'const cast' in c++