What are the OOAD concepts in java explain with examples?
Answer Posted / stranger_ajnabi53@yahoo.c
they are
1.polymorphism
2.abstraction
3.inheritance
4.encapsulation
| Is This Answer Correct ? | 119 Yes | 15 No |
Post New Answer View All Answers
What happens if an exception is throws from an object's constructor?
When do we use synchronized methods in java?
How many types of operators are there?
How we can declare a static variable?
What is n in java?
Give a practical example of singleton class usage?
How do you get length in java?
Can we cast any other type to boolean type with type casting?
What is a priority queue java?
I have multiple constructors defined in a class. Is it possible to call a constructor from another constructor’s body?
What is the difference between serializable and externalizable interfaces?
Is empty in java?
How do you clear an arraylist in java?
what is the difference between Object Based Language and Object Oriented Language?
Where is the singleton class used?