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 an abstraction?
What is the super keyword?
How do you prevent a class from being inherited by another class?
Is it possible to create partial structs, interfaces and methods?
Define exceptions?
What is the main advantage of using inheritance?
Explain what a method is?
How to make a class accessible as a web service?
What is the function of messaging metaphor?
Can a class in java be inherited from more than one class?
Can we use static method definitions in interfaces?
Explain about multiple inheritance?
What is static and dynamic Binding?
Explain the abstract class modifier?
Can I implement polymorphism using abstract class?