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

Why do I need to declare the type of a variable in java?

1 Answers  


What is sortedset in java?

1 Answers  


Which is the best way of exception handling?

2 Answers   Oracle,


Give an example of use of pointers in java class.

1 Answers  


How can we avoid including a header more than once?

1 Answers   Fidelity,


what is a static block?

4 Answers  


What is a constructor, constructor overloading in java?

1 Answers  


Why is java so important?

1 Answers  


Is object a data type?

1 Answers  


What are unchecked exceptions in java?

1 Answers  


Is it safe to install java on my computer?

1 Answers  


Explain the difference between serializable and externalizable in java?

1 Answers  


Categories