What are the OOPS concepts?
Answer Posted / abhradeep
Object is form of data abstraction so the OOP concepts will be as follows
1) Encapsulation (E.G Class)
2) Abstraction (E.G Object)
3) Polymorphism (e.g Overloading, overriding)
4) Inheritance (e.g Interface, Abstract Class)
5) Dynamic binding (e.g new keyword @ the runtime)
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the benefit of oop?
What are properties in oop?
What are the three main types of variables?
How does polymorphism work?
Why is polymorphism used?
What is the main feature of oop?
What is oops?what is its use in software engineering?
What is the example of polymorphism?
What is the full form of oops?
What are different oops concepts?
What does and I oop mean in text?
What is encapsulation and abstraction? How are they implemented in C++?
Why is destructor used?
What does and I oop mean?
What is an advantage of polymorphism?