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

any other way to print the text without using System.out.println() in java?

5 Answers   IBM, Infosys,


Which class should you use to obtain design information about an object

2 Answers  


What does it mean that strings are immutable?

0 Answers  


How do you escape a string?

0 Answers  


How do you use nextline in java?

0 Answers  


Can we have any other return type than void for main method?

0 Answers  


How applets will communicate with each other?

1 Answers  


What is bubble sorting in java?

0 Answers  


Which number is denoted by leading zero in java?

0 Answers  


describe method overloading

0 Answers  


What is scope & storage allocation of global and extern variables? Explain with an example

0 Answers   IBS,


What is the purpose of lambda expressions?

0 Answers  


Categories