Difference: Object Oriented Analysis (OOA) and Object
Oriented Design (OOD)?

Answer Posted / puri

OOA focuses on what the system does, OOD on how the system
does it

Is This Answer Correct ?    73 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the default access modifier for a class,struct and an interface declared directly with a namespace?

546


What if we override the conflicting method in the class?

517


What is meant by inheritance? what are the advantages of inheritance?

539


What are all the operators that cannot be overloaded?

548


A class inherits from 2 interfaces and both the interfaces have the same method name as shown below. How should the class implement the drive method for both car and bus interface?

551






What are abstract classes?

601


Can an interface implement or extend another interface?

559


Do we require parameter for constructors?

693


Explain about inheritance?

639


What is the use of ‘finalize’?

615


What is the order of call of constructors in inheritiance?

603


What is meant by overloading functions and operators?

576


What is the use if instanceof keyword? And how do refer to a current instance of object?

557


What are the various types of constructors?

608


What is polymorphism and abstraction?

605