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

Advantages of Inheritance in java.

11 Answers   CybAge, HCL,


Explain throw keyword in java?

0 Answers  


There is a Banking application. It has 2 types of account, Savings and Current. Write a method calculateInterest by passing an ArrayList of these account objects and calculate Interest accordingly. Write code for this situation

1 Answers   ABC, KPIT,


How a variable is stored in memory?

0 Answers  


can we override the main() method in java????

3 Answers   Vimukti Technologies,


What is a flag value?

0 Answers  


where can we get jAVA project orientation traing in HYDERABD

0 Answers  


What are the advantages and disadvantages of object cloning?

0 Answers  


Why should I use abstract class?

0 Answers  


What is the null?

0 Answers  


What is the difference between length and size in java?

0 Answers  


Which all r Final classes in java except string?

5 Answers   HCL,


Categories