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
If a method definition has been specified in class , its 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 meant by inheritance? what are the advantages of inheritance?
What is a pure virtual function?
What is the default access specifier in a class definition?
Do structs support inheritance?
Explain what is single and multiple inheritance?
Explain about the relationship between object oriented programming and databases?
What are the different types of inheritance?
What are virtual functions, base class pointer, derived class pointer, biding references?
Can you tell something about GDI objects?
Which oops concept is used as reuse mechanism?
Classes and structs support inheritance. Is this statement true or false?
What is bootstrap, extension and system class loader? Or can you explain primordial class loader?
What does the keyword virtual represented in the method definition?
Explain colloboration