Home > Software Engineering > Quizzes > Object Oriented Software Engineering: Object Oriented Analysis Practice Test
Object Oriented Software Engineering: Object Oriented Analysis Practice Test
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 70% Most missed: “Choose the incorrect statement in terms of Objects.”
Object Oriented Software Engineering: Object Oriented Analysis Practice Test
Time left 00:00
20 Questions

1. The method of design encompassing the process of object oriented decomposition and a notation for depicting both logical and physical and as well as static and dynamic models of the system under design is known as:
2. Objects are executed
3. The process of compartmentalizing the elements of an abstraction that constitute its structure and behavior is called as
4. Abstraction is classified into _______ types
5. Object that collects data on request rather than autonomously is known as
6. In which of the following mechanisms, types of all variables and expressions are fixed at compilation time.
7. Which of the following is a disadvantage of OOD ?
8. What is the programming style of the object oriented conceptual model?
9. Which of the following statements about Persistence is correct?
10. What encapsulates both data and data manipulation functions ?
11. Inherited object classes are self-contained.
12. How is generalization implemented in Object Oriented programming languages?
13. Choose the incorrect statement in terms of Objects.
14. Which of the following is a mechanism that allows several objects in an class hierarchy to have different methods with the same name?
15. The essential characteristics of an object that distinguish it from all other kinds of objects and thus provide crisply defined conceptual boundaries, relative to the perspective of the viewer is called:
16. Which of the following describes”Is-a-Relationship” ?
17. Which of the following points related to Object-oriented development (OOD) is true?
18. What is that concept in type theory in which a single name may denote objects of many different classes that are related by some common super class referred to ______
19. Single inheritance, Multiple inheritance, and Aggregation comes under _______
20. In which of the following mechanisms, types of all variables and expressions are not known until runtime