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 |
difference between String a; and String a=new String();? y do v need to assign memory to the variable?
Does list maintain insertion order java?
What are the differences between string and stringbuffer?
what is dynamic method dispatch ?
27 Answers Fidelity, MUET, SDSF,
Explain the difference between comparator and comparable in java?
What is the final blank variable?
How infinite loop is declared?
Which java version is latest?
How do you define a method?
What are the types of methodology?
What is meant by local variable and instance variable?
explain System.out.println()