Answer Posted / sanish joseph
A single entity existing in difernt forms simltniosly s cald
polymorfsm.eg ovrloadn and ovrridin
| Is This Answer Correct ? | 80 Yes | 39 No |
Post New Answer View All Answers
What is encapsulation example?
What is object in oops?
What is the significance of classes in oop?
What do you mean by variable?
Which language is pure oop?
Can abstract class have normal methods?
What is solid in oops?
program for insertion ,deletion,sorting in double link list
What is polymorphism and example?
What is difference between inheritance and polymorphism?
What is persistence in oop?
What do you mean by Encapsulation?
What is difference between multiple inheritance and multilevel inheritance?
What is class and object with example?
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