Difference: Object Oriented Analysis (OOA) and Object
Oriented Design (OOD)?
Answers were Sorted based on User's Feedback
Answer / arul
Object-Oriented Analysis (OOA) aims to model the problem
domain, the problem to be solved, by developing an OO
system. The source of the analysis is generally a written
requirements statement. Object-Oriented Design (OOD) is an
activity of looking for logical solutions to solve a
problem by using encapsulated entities called objects.
| Is This Answer Correct ? | 104 Yes | 16 No |
Answer / puri
OOA focuses on what the system does, OOD on how the system
does it
| Is This Answer Correct ? | 73 Yes | 9 No |
What is the main difference between overloading and overriding?
Can different parts of a partial class inherit from different interfaces?
What is the difference between aggregation and composition?
Explain about polymorphism?
What is a ternary operator?
What is Polymorphism, overloading, overriding and virtual?
What do you mean by abstract class?
What if we make the method as abstract in another interface?
What is the use of finalize method?
What is early and late Binding?
What is a friend function?
What are all the operators that cannot be overloaded?