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 difference between oop and sop?
Can you use virtual, override or abstract keywords on an accessor of a static property?
What is static polymorphism?
Name some languages which have object oriented language and characteristics?
What does it mean that a method or class is abstract?
Can a class implement two interfaces having default method with same name and signature?
Can we access interface static method using interface references?
What is the difference between static and dynamic Classificaition.Give some examples.
1 Answers InfoAxon Technologies, Protech, Wipro,
What is the significance of encapsulation?
What is the @functionalinterface annotation?
What are inner classes and what is the practical implementation of inner classes?
Can you create an instance of an interface?