Explore topic-wise MCQs in Object Oriented System Design.

This section includes 7 Mcqs, each offering curated multiple-choice questions to sharpen your Object Oriented System Design knowledge and support exam preparation. Choose a topic below to get started.

1.

Subclass represents _______________ abstractions

A. Generalized abstractions
B. Specialization abstractions
C. Both
D. None of the mentioned
Answer» B. Specialization abstractions
2.

Superclass represents ______________ abstractions

A. Generalized abstractions
B. Specialization abstractions
C. Both
D. None of the mentioned
Answer» B. Specialization abstractions
3.

Inheritance is an example of which type of hierarchy

A. Class Structure
B. Object Structure
C. Both
D. None of the mentioned
Answer» D. None of the mentioned
4.

Dependencies among files can then be asserted using the macro

A. define
B. undef
C. include
D. endif
Answer» D. endif
5.

:reader, :writer or :accessor are the slot options in

A. Smalltalk
B. LISP
C. Object Pascal
D. CLOS
Answer» E.
6.

Callback is an operation provided by

A. Inheritance
B. Encapsulation
C. Modularity
D. Abstraction
Answer» B. Encapsulation
7.

Which of the following programming language are object oriented in nature

A. Smalltalk and Simula
B. FORTRAN and ALGOL
C. C and Ada
D. Perl and Python
Answer» C. C and Ada