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
What is difference between length and length() method in java ?
What is double checked locking in singleton?
Define linked list and its features with signature?
Can a static method be overridden in java?
What is thread life cycle in java?
What is a Transient Object?
How many bytes is a string in java?
Explain java heap space and garbage collection?
What is thread pool in java with example?
What is a wrapper method?
What do you mean by static variable?
What will be the default values of all the elements of an array defined as an instance variable?
What does three dots mean in java?
What restrictions are placed on method overriding?
What is runtime polymorphism or dynamic method dispatch?