Difference: Object Oriented Analysis (OOA) and Object
Oriented Design (OOD)?
Answer Posted / shilpa
OOA IS STATIC IN NATURE AND OOD IS DESIGN BASED
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Which OOPS concept exposes only the necessary information to the calling functions?
What is an abstract property. Give an example?
What is abstraction? How does it differ from encapsulation
What is the super keyword?
What is Abstract method and how different from Virtual Method?
What is the main use of message metaphor in object-oriented programming?
Why do we use oops concepts? What is its advantage?
What is difference between encapsulation and abstraction?
what is full form OOP?
Explain colloboration
Explain about a class in oop?
What is an interface?
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?
What is the difference between abstract & interface?
What are the methods required to create changes in subclasses?