What are the OOPS concepts?
Answer Posted / ranjit kumar singh
The oops concepts have:
1.Class
2.Object
3.Messege
4.Resilance to change
5.Encapsulation
6.Overloading
7.Inheritance
8.Interfaces
9.Polymorphism
10.Data abstraction.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between a constructor and a destructor?
What do you mean by abstraction?
What is encapsulation in oops?
Can bst contain duplicates?
What is destructor example?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
What is the diamond problem in inheritance?
What is cohesion in oop?
Which method cannot be overridden?
What is an advantage of polymorphism?
What is the example of polymorphism?
write a programe to calculate the simple intrest and compund intrest using by function overlading
What are main features of oop?
What is multilevel inheritance explain with example?
Why multiple inheritance is not allowed?