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
Why do we use polymorphism in oops?
What are the benefits of oop?
What is abstraction in oops?
Whats is abstraction in oops?
What is a function in oop?
What is an example of genetic polymorphism?
What is encapsulation with example?
What are benefits of oop?
What is encapsulation example?
What is for loop and its syntax?
hi all..i want to know oops concepts clearly can any1 explain??
what are the different types of qualifier in java?
How do you use inheritance in unity?
#include
Why do we use class in oops?