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
Can we cast any other type to boolean type with type casting?
Can list be final in java?
What does those terms actually mean included in the j.d.k i.6?
Is class is a data type?
Differences between traditional programming language and object oriented programming language?
Can we serialize static variables in java?
What is double checked locking in singleton?
What is package private scope in java?
How many functional interfaces does java 8 have?
Explain the importance of throwable class and its methods?
What does the exclamation mark mean in java?
what is session in java?
What is Gang of four design patterns
Is stringwriter thread safe?
Difference between ‘>>’ and ‘>>>’ operators in java?