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 |
What classes of exceptions may be caught by a catch clause in java programming?
Differences between GridLayout and GridBagLayout?
What are the supported platforms by java programming language?
How does compareto method work?
i need example for java abstraction. where we use abstraction and why we need abstraction.
What is a method in coding?
What are the three parts of a lambda expression?
write the hierarchy of component class?
How do you replace a string in java?
When you say String is immutable, what do you mean by that? Say I have String s = "Ness" s= s+"Technologies"; What will happen? If the value gets appended, then what is the meaning of immutable here?
how to crate clint-server socket?
1 Answers Accenture, Infosys, Infotech, TCS,
what is the major difference between linkedlist and arraylist in java?