What are the OOAD concepts in java explain with examples?
Answer Posted / radhika
They are/::::
.............>
1.classes
2.objects
3.inheritance
4.polymorphism
5.abstraction
6.encapsulation
7.interfaces
| Is This Answer Correct ? | 27 Yes | 15 No |
Post New Answer View All Answers
Can we synchronize static methods in java?
Where is java located?
Explain the importance of throwable class and its methods?
What are the new features in java 8?
what is object slice?
Why is singleton instance static?
How do you declare an empty string?
What is the nested interface?
What is a static method in java?
Why is method overloading not possible by changing the return type in java?
Write a program to print all permutations of string?
Can we override constructors?
What languages are pass by reference?
Write a java program to generate fibonacci series ?
Explain notifyall() method of object class ?