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
How does hashmap work in java ?
What do you mean by constant time complexity?
What is string args [] in java?
How do I remove a character from a string in java?
Which sorting algorithm is best in java?
Can finally block be used without a catch?
What happens if an exception is throws from an object's constructor?
Can we overload the methods by making them static?
How do you remove duplicates from an array in java?
What do you understand by the term wrapper classes?
What are the two basic ways in which classes that can be run as threads may be defined?
Explain different types of thread priorities ?
Write a program in java to calculate the difference between the sum of the odd level and even level nodes of a binary tree.
Explain features of interfaces in java?
How do you execute a thread in java?