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
Can an interface inherit from another interface?
Can we override static methods? Why?
What is the benefit of using inheritance?
What is constructor and virtual function? Can we call virtual funciton in a constructor?
Explain about object oriented programming?
Give any criteria when you use an abstract class and an interface?
What is the super keyword?
Define Data Abstraction. What is its importance?
What is the use of ‘finalize’?
What are the access modifiers?
Why is java not fully objective oriented?
What is difference between static and non-static fields of a class?
What do you mean by operator overloading?
Write basic concepts of oops?
What do you mean by "explicitly implemeting an interface". Give an example?