
Structural Design Patterns in Modern C++ - Using Composition Instead of Inheritance
Interactive Video
•
Information Technology (IT), Architecture
•
University
•
Practice Problem
•
Hard
Wayground Content
FREE Resource
Read more
7 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What problem arises when using multiple class inheritance in C for stream classes?
It eliminates the need for virtual inheritance.
It simplifies the class hierarchy.
It causes the file to be opened twice.
It leads to a single instance of the base class.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Why is the current design of stream classes not suitable for adding new features?
It supports only single inheritance.
It requires modifying existing classes.
It is compatible with all programming languages.
It leads to a large number of classes.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How does the decorator pattern improve the design of stream classes?
By removing the need for inheritance.
By making the design language-specific.
By adding features at runtime.
By simplifying the class structure.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the main advantage of composing classes instead of inheriting them?
It allows for multiple instances of the base class.
It enables runtime flexibility in adding features.
It simplifies the use of virtual functions.
It reduces the need for constructors.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In the decorator pattern, how is the functionality of the base class utilized?
By duplicating it.
By calling the base implementation.
By ignoring it.
By completely replacing it.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What change is made to the compressed stream class in the decorator pattern?
It adds virtual inheritance.
It removes all constructors.
It uses a pointer to the file output stream.
It inherits from multiple classes.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Why is it important to maintain the 'is-a' relationship in class design?
To simplify the class hierarchy.
To preserve the benefits of inheritance.
To allow for flexible runtime behavior.
To ensure compatibility with all programming languages.
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?