Answer Posted / rupinder
polymorphism is a best feature of object oriented
programming, polymorphism mean one name many forms. 'poly'
means one and 'morph' mean many.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
When not to use object oriented programming?
How to hide the base class functionality in Inheritance?
How to improve object oriented design skills?
What is the significance of classes in oop?
write knight tour problem which is present in datastructure
What are the types of abstraction?
How long to learn object oriented programming?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< Can private class be inherited? Can abstract class have normal methods? What is cohesion in oop? What is the diamond problem in inheritance? Can main method override? What is protected in oop? Which is not an object oriented programming language?