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 |
Advantages of Inheritance in java.
Explain throw keyword in java?
There is a Banking application. It has 2 types of account, Savings and Current. Write a method calculateInterest by passing an ArrayList of these account objects and calculate Interest accordingly. Write code for this situation
How a variable is stored in memory?
can we override the main() method in java????
3 Answers Vimukti Technologies,
What is a flag value?
where can we get jAVA project orientation traing in HYDERABD
What are the advantages and disadvantages of object cloning?
Why should I use abstract class?
What is the null?
What is the difference between length and size in java?
Which all r Final classes in java except string?