Answer Posted / ravi
Abstration : hiding essential features and showing non
essential features.
Encapsulation : grouping the code and data.
Inheritence : aquiring the properties of one class into other.
polymariphism : one function many forms.
| Is This Answer Correct ? | 120 Yes | 39 No |
Post New Answer View All Answers
How can you overcome the diamond problem in inheritance?
Why do we use oops?
What is encapsulation with example?
What is the difference between inheritance and polymorphism?
What is object in oop?
What are the benefits of interface?
What is a superclass in oop?
Why is encapsulation used?
what are the ways in which a constructors can be called?
Why is polymorphism important in oop?
Why is destructor used?
What is overloading in oops?
What is persistence in oop?
• What are the desirable attributes for memory managment?
What is the important feature of inheritance?