Answer Posted / vijay varadharajan
Implementing OOPs programming gives us flexibility, code re-usability and most importantly security. These are the major three reasons we go for OOPs programming.
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
Why it is called runtime polymorphism?
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
What is polymorphism what is it for and how is it used?
What is polymorphism explain its types?
What are oops methods?
write a C++ program for booking using constructor and destructor.
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
How do you achieve runtime polymorphism?
What are the advantages of polymorphism?
What is encapsulation example?
Whats is abstraction in oops?
What are the types of abstraction?
What are the 5 oop principles?
What exactly is polymorphism?
What is meant by oops concept?