1) Choose the incorrect statement in terms of Objects ? a. Objects are abstractions of real-world b. Objects can’t manage themselves c. Objects encapsulate state and representation information d. All of the mentioned
|
||||
2) Which of the following describes”Is-a-Relationship” ? a. Aggregation b. Inheritance c. Dependency d. All of the mentioned
|
||||
3) Object that collects data on request rather than autonomously is known as_________________? a. Active Object b. Passive Object c. Multiple instance d. None of the mentioned
|
||||
4) 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
|
||||
5) How is generalization implemented in Object Oriented programming languages ? a. Inheritance b. Polymorphism c. Encapsulation d. Abstract Classes
|
||||
6) Which of the following is a mechanism that allows several objects in an class hierarchy to have different methods with the same name ? a. Aggregation b. Polymorphism c. Inheritance d. All of the mentioned
|
||||
7) Objects are executed _____________________? a. sequentially b. in Parallel c. sequentially & Parallel d. none of the mentioned
|
||||
8) How many layers are present in the OO design pyramid ? a. three b. four c. five d. one
|
||||
9) 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
|
||||
10) Which of the following is conceptually similar to objects ? a. PACKAGE b. PROC c. PRIVATE d. None of the mentioned
|