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 polymorphism what are the different types of polymorphism?
What is the difference between inheritance and polymorphism?
What is the types of inheritance?
What is coupling in oops?
What is solid in oops?
What are the benefits of oop?
How does polymorphism work?
What is class and object in oops?
How many human genes are polymorphic?
Whats is abstraction in oops?
What is the point of polymorphism?
What is abstraction in oops?
What is the difference between abstraction and polymorphism?
What are the 3 principles of oop?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)