What are the OOPS concepts?

Answer Posted / suresh ragala

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 ?    729 Yes 107 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are functions in oop?

574


What are the benefits of oop?

596


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

1603


What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }

1971


What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?

2086






What is new keyword in oops?

583


What is object in oop?

669


write a program to find 2^n+1 ?

1538


Write a program to sort the number with different sorts in one program ??

1905


What is polymorphism and its types?

585


What is static modifier?

623


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

567


What is class and example?

557


What is the important feature of inheritance?

623


Why oops is important?

597