What are the OOPS concepts in Java ?

Answers were Sorted based on User's Feedback



What are the OOPS concepts in Java ?..

Answer / niranjanravi

Polymorphism,Inheritance,Encapsulation,Abstraction

Is This Answer Correct ?    43 Yes 1 No

What are the OOPS concepts in Java ?..

Answer / ravikiran(aptech mumbai)

1).abstraction
2).encapsulation
3).inheritence
4).polymorphism

Is This Answer Correct ?    44 Yes 2 No

What are the OOPS concepts in Java ?..

Answer / venkat

The oops are only 3 types
1.Encapsulation
2.iheritance
3.polymorphsim

abstration is derived from encapsulations

Is This Answer Correct ?    10 Yes 3 No

What are the OOPS concepts in Java ?..

Answer / kumar

oops
Oops concepts are
Abstraction
Polymorphism
Encapsulation
Inheritance
Dynamicbinding

Is This Answer Correct ?    10 Yes 6 No

Post New Answer

More Core Java Interview Questions

difference between String a; and String a=new String();? y do v need to assign memory to the variable?

2 Answers  


Does list maintain insertion order java?

0 Answers  


What are the differences between string and stringbuffer?

0 Answers  


what is dynamic method dispatch ?

27 Answers   Fidelity, MUET, SDSF,


Explain the difference between comparator and comparable in java?

0 Answers  


What is the final blank variable?

0 Answers  


How infinite loop is declared?

0 Answers  


Which java version is latest?

0 Answers  


How do you define a method?

0 Answers  


What are the types of methodology?

0 Answers  


What is meant by local variable and instance variable?

0 Answers  


explain System.out.println()

12 Answers   CTS,


Categories