What are the OOPS concepts in Java ?
Answers were Sorted based on User's Feedback
Polymorphism,Inheritance,Encapsulation,Abstraction
| Is This Answer Correct ? | 43 Yes | 1 No |
Answer / ravikiran(aptech mumbai)
1).abstraction
2).encapsulation
3).inheritence
4).polymorphism
| Is This Answer Correct ? | 44 Yes | 2 No |
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 |
Answer / kumar
oops
Oops concepts are
Abstraction
Polymorphism
Encapsulation
Inheritance
Dynamicbinding
| Is This Answer Correct ? | 10 Yes | 6 No |
Why do I need to declare the type of a variable in java?
What is sortedset in java?
Which is the best way of exception handling?
Give an example of use of pointers in java class.
How can we avoid including a header more than once?
what is a static block?
What is a constructor, constructor overloading in java?
Why is java so important?
Is object a data type?
What are unchecked exceptions in java?
Is it safe to install java on my computer?
Explain the difference between serializable and externalizable in java?