Answer Posted / suddapally.chinny
the main concepts in OOP are:
*DATA ABSTRACTION
*DATA ENCAPSULATION
*POLYMORPHISM
*INHERITANCE
| Is This Answer Correct ? | 19 Yes | 1 No |
Post New Answer View All Answers
What is pure oop?
What is polymorphism in oops with example?
What is the purpose of enum?
Can private class be inherited?
What is this pointer in oop?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
#include
what is difference between class template and template class?
What is the importance of oop?
What is super in oop?
What is protected in oop?
Which language is not a true object oriented programming language?
What is the advantage of oop over procedural language?
What is polymorphism explain?
What are the advantages of polymorphism?