What are the OOPS concepts?
Answer Posted / purushotham
There are Four OOPS Concepts
1.Encapsulation
2.Abstraction
3.Inheritance
4.Polymorphism
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is polymorphism and its types?
What are oops methods?
What is the diamond problem in inheritance?
What is multilevel inheritance explain with example?
What is pure oop?
Is abstract thinking intelligence?
What is the real life example of polymorphism?
What is polymorphism used for?
class type to basic type conversion
What is the full form of oops?
What are the benefits of interface?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What is solid in oops?
Whats oop mean?
What is for loop and its syntax?