A. OOA is concerned with developing an object model of the application domain
B. OOD is concerned with developing an object-oriented system model to implement requirements
C. All of the mentioned
D. None of the mentioned
Related Mcqs:
- Grady Booch, James Rumbaugh, and Ivar Jacobson combined the best features of their individual object-oriented analysis into a new method for object oriented design known as _____________________?
A. HTML
B. XML
C. UML
D. SGML - Which of the following early OOD methods incorporates both a “micro development process” and a “macro development process.” ?
A. Booch method
B. Rumbaugh method
C. Wirfs-Brock method
D. Coad and Yourdon method - Which of the following is not an operation as per OOD algorithms and data structures ?
A. operations that manipulate data in some way
B. operations that perform a computation
C. operations that check for syntax errors
D. operations that monitor an object for the occurrence of a controlling event - Which of the following is a disadvantage of OOD ?
A. Easier maintenance
B. Objects may be
understood as stand-alone entities
C. Objects are potentially reusable components
D. None of the mentioned - How is generalization implemented in Object Oriented programming languages ?
A. Inheritance
B. Polymorphism
C. Encapsulation
D. Abstract Classes - A design description in OOD includes___________________?
A. Protocol Description
B. Implementation Description
C. Type Description
D. both Protocol and Implementation Description - Which of the following is a complementary approach to function-oriented approach ?
A. Object oriented analysis
B. Object oriented design
C. Structured approach
D. Both Object oriented analysis and design - Choose the option that does not define Function Oriented Software Design ?
A. It consists of module definitions
B. Modules represent data abstraction
C. Modules support functional abstraction
D. None of the mentioned - Function-oriented design techniques starts with functional requirements specified in_______________?
A. SDD
B. SRS
C. All of the mentioned
D. None of the mentioned - A design description of an object is known as a class__________________?
A. instance
B. object
C. case
D. both instance and object