Answer Posted / chabi
features of oops:
objects.
classes
encapsulation
abstraction
inheritance
polymorphism
dynamic binding
message communication
| Is This Answer Correct ? | 84 Yes | 20 No |
Post New Answer View All Answers
What is the difference between encapsulation and polymorphism?
Where You Can Use Interface in your Project
What is class and object with example?
Get me an image implementation program.
Why is destructor used?
what is different between oops and c++
What does enum stand for?
What are the types of abstraction?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
what is the drawback of classical methods in oops?
Can destructor be overloaded?
c++ program to swap the objects of two different classes
What is abstraction and encapsulation?
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?
What are the 5 oop principles?