Answer Posted / rajeesh
polymorphism is a programming language feature that allows
values of different data types to be handled using a uniform
interface.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What language is oop?
What is abstraction in oops?
What is object in oops?
write a program to find 2^n+1 ?
What are the important components of cohesion?
Explain the concepts involved in Object Oriented programming.
What is polymorphism and example?
program for insertion ,deletion,sorting in double link list
What is the difference between procedural programming and 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
Can abstract class have normal methods?
why reinterpret cast is considered dangerous?
What are two types of polymorphism?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
Why is it so that we can have virtual constructors but we cannot have virtual destructors?