What are the OOPS concepts?
Answer Posted / rithi
The following are the basic concepts of OOPS.
1)Objects
2)Classes
3)Data Abstraction
4)Data Encapsulation
5)Inheritance
6)Polymorphism
7)Message Passing
8)Reusability
9)Dynamic Binding
10)Methods
| Is This Answer Correct ? | 218 Yes | 77 No |
Post New Answer View All Answers
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 a function in oop?
Can a varargs method be overloaded?
Why do we use polymorphism in oops?
Can destructor be overloaded?
Can we override main method?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What is encapsulation process?
What is overloading in oops?
What is abstraction in oop with example?
Which is not an object oriented programming language?
What is the main purpose of inheritance law?
What are the features of oop?
What is constructor overloading in oop?
Why polymorphism is used in oops?