What are the OOPS concepts?
Answer Posted / ramalakshmi
Oops Concepts are :
1.Class
2.Object
3.Data Encapsulation
4.Data Abstraction
5.Inheritance
6.Polymorphism
7.Dynamic Binding
8.Message Passing
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is encapsulation oop?
What is basic concept of oop?
What is advantage of inheritance?
What is the difference between abstraction and polymorphism?
What is the difference between procedural programming and oops?
What is variable example?
What is class in oop with example?
Is abstract thinking intelligence?
How do you explain polymorphism?
Why is there no multiple inheritance?
Is this job good for future? can do this job post grduate student?
What is class and object in oops?
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 polymorphism give a real life example?
Can we override main method?