Difference: Object Oriented Analysis (OOA) and Object
Oriented Design (OOD)?
Answer Posted / neha sehta
Analysis is modeling the desired behaviour ie totally
concentrating upon the functionalities required by the
system to be developed.
While design to create architecture for above model
considering both functional as well as non functional
requirements like performance, security, scalability etc
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the default access specifier in a class definition?
What is Overloading ? Is it similar to overriding ?
What is the super keyword?
Can different parts of a partial class inherit from different interfaces?
What is method overriding?
Explain what is polymorphism?
How many methods are there in the serializable interface?
What is ‘this’ pointer?
How to differentiate between a CreateObject() and GetObject() ?
Can an interface inherit from another interface?
What is operator overloading?
What is meant by “abstract interface”?
How a program can be structured using the concept of object oriented programming?
Explain about inheritance?
what is full form OOP?