What are the OOPS concepts?
Answer Posted / vaibhav munde
Object oriented programming organizes a program around it's
data i.e objects and a set of well defined interface to
that data. An Object-oriented program can be characterized
as data controlling access to code.
OOPs concepts are
1)object
2)class
3)encapsulation
4)abstraction
5)polymorphism
6)inheritance
7)message passing
8)dynamic binding
These all are partially supported by c++,java supports
all the above features
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does and I oop and sksksk mean?
what type of questions
What are the 4 pillars of oop?
What are the two different types of polymorphism?
Whats oop mean?
What is the diamond problem in inheritance?
write string class as your own class in java without using any built-in function
What is class and object in oops?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
Can we create object of interface?
What is difference between polymorphism and inheritance?
What is object in oops?
What type of loop is a for loop?
What is oops and why we use oops?