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


Please Help Members By Posting Answers For Below Questions

What do you mean by variable?

583


What are the 4 pillars of oop?

678


What is persistence in oop?

677


explain sub-type and sub class? atleast u have differ it into 4 points?

1844


What is the difference between static polymorphism and dynamic polymorphism?

589






what is graphics

2022


Why polymorphism is used in oops?

593


What language is oop?

603


What is polymorphism what is it for and how is it used?

580


Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?

4250


What is difference between abstraction and encapsulation?

598


Can main method override?

593


what type of question are asked in thoughtworks pair programming round ?

1768


How to call a non virtual function in the derived class by using base class pointer

5290


What is polymorphism explain?

702