What are the OOPS concepts?
Answer Posted / tinku
The main OOP concepts are
1.Objects
2.Classes
3.Data abstraction
4.Data encapsulation
5.Inheritance
6.Polymorphism
7.Dynamic binding
8.Message passing
Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
How do you achieve runtime polymorphism?
How long to learn object oriented programming?
What is a class oop?
What is balance factor?
Why oops is important?
Which type does string inherit from?
What is encapsulation in oops?
Where You Can Use Interface in your Project
What is the real time example of encapsulation?
What is the diamond problem in inheritance?
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
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
What is encapsulation process?
What language is oop?
Why do while loop is used?