What are the OOPS concepts?
Answer Posted / rajkumar
oop has two major components class and object
The oop contain following concepts
1.Abstraction
2.Encapsulation
3.Inheritance
4.polymorphism
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Describe these concepts: Polymorphism, Inheritance and Abstraction.
What is coupling in oop?
What is protected in oop?
What is class and example?
write a C++ program for booking using constructor and destructor.
What is abstract class in oop?
Which language is not a true object oriented programming language?
How do you use inheritance in unity?
What do you mean by overloading?
Can a varargs method be overloaded?
What is encapsulation example?
What is multilevel inheritance in oop?
What is the difference between a constructor and a destructor?
What are the 3 pillars of oop?
What is object in oop with example?