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
Explain what is object oriented programming language?
If a class inherits an interface, what are the 2 options available for that class?
What is the benefit of using inheritance?
Can we override static methods? Why?
If a method definition has been specified in the 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 are the different types of arguments?
Can we have default method with same name and signature in the derived interface as the static method in base interface and vice versa?
How do I make sure that an object is released in code such as a connection or file object?
Which OOPS concept is used as a reuse mechanism?
What are the four important foundation concepts of OOP ?
Is iterator a class or interface? What is its use?
Write a note about inheritance?
Write basic concepts of oops?
Explain about inheritance in oops?
Write a program to show the inheritance used in a class.