Difference: Object Oriented Analysis (OOA) and Object
Oriented Design (OOD)?
Answer Posted / praveen kumar
In OOA we just gather the resouces
In OOD we can design with the use that resources
| Is This Answer Correct ? | 8 Yes | 5 No |
Post New Answer View All Answers
Which OOPS concept is used as a reuse mechanism?
Which oops concept exposes only necessary information to the calling functions?
If a method definition has been specified in the 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?
If a class inherits an interface, what are the 2 options available for that class?
What are abstract functions? Why are they used?
What is bootstrap, extension and system class loader? Or can you explain primordial class loader?
Why is C not an OOP language?
Define exceptions?
Explain the implementation phase with respect to oop?
What are the properties that are defined in an object model?
What is the difference between public, private and protected access modifiers?
Difference between encapsulation and data hiding ?
What are the four important foundation concepts of OOP ?
What is super keyword?
What is the base type from which all structs inherit directly?