Difference: Object Oriented Analysis (OOA) and Object
Oriented Design (OOD)?
Answer Posted / puri
OOA focuses on what the system does, OOD on how the system
does it
| Is This Answer Correct ? | 73 Yes | 9 No |
Post New Answer View All Answers
What is abstract method?
Can a class implement two interfaces having default method with same name and signature?
What are the access modifiers?
What are the properties that are defined in an object model?
Explain about object oriented programming?
If a method definition has been specified in class , its base class , and the interface which the class is implementing, which definition will be picked if we try to access it using interface reference and class object?
What is the function of pure virtual functions?
What do you mean by abstract classes?
What are the interfaces you used in beans?
Define a good interface?
Can an interface have an inner class?
Why do we use oops concepts? What is its advantage?
What are inner classes and what is the practical implementation of inner classes?
What is the default access specifier in a class definition?
What is polymorphism? When is it employed? give an example.