Answer Posted / niranjan ambati
By using "virtual" keyword infront of "implementation
methods" declarations in the class, polymorphisim can be
achieved. late binding(run time execution)
,Encapsulation(APIs), avoid ambiguity between multi
inheritance can be achieved thru polymorphisim.. Using
polymorphisim, the objects will call correct methods at run
time by using virtual pointer table.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is destructor oops?
What is encapsulation in simple terms?
What is class in oop with example?
when to use 'mutable' keyword and when to use 'const cast' in c++
What is object in oop with example?
What is abstraction and encapsulation?
what's the basic's in dot net
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What is methods in oop?
What is oops with example?
Why do we need oop?
What is object in oops?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< #include What is solid in oops?