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

How to perform linear search in java?

0 Answers  


What are the four integer types supported by java?

0 Answers  


What are annotations in java?

0 Answers   Impetus,


State the difference between strings and arrays.

0 Answers   Syntel, Visa,


What are the two main uses of volatile in Java?

0 Answers  






Is space a string in java?

0 Answers  


How to reverse a string in java?

0 Answers  


Can java hashmap have duplicate keys?

0 Answers  


Features of JAVA ? In which version of java synchronizedXXX() methods are included in Collections class.

1 Answers   NIIT,


what is use of marker interface? give me good example?

2 Answers  


Is java 11 paid version?

0 Answers  


which of tha following is not a thread safe class? a) ArrayList b)Vector c)HashTable d)None

17 Answers  


Categories