What are the OOAD concepts in java explain with examples?
Answer Posted / krish
these are the ooad concepts:::::::::::
---------------------------------------
1.Modelling
2.Modelling Paradigms
3.OO Paradigm
4.OO Development Process
5.Abstraction
6.Encapsulation
7.Classes and Objects
8.Interfaces
9.Inheritance and Relationships
10.Polymorphism
11.Composition and Aggregation
12.Patterns and Elements
| Is This Answer Correct ? | 52 Yes | 14 No |
Post New Answer View All Answers
What is a singleton class? Give a practical example of its usage.
What are instance variables?
What is the difference between normal report & matrix report?
What is abstract class constructor called?
What is a get method?
Explain the importance of finally block in java?
What is an example of character?
Will the jvm load the package twice at runtime?
What are drawbacks of singleton class?
How do you detect memory leaks?
How transient variable is different from volatile variable?
Explain public static void main(string args[]).
Which command from the jdk compiles a java program?
How do you bind variables?
How does multithreading take place on a computer with a single cpu?