
Creational Design Patterns in Modern C++ - Parameterized Factory Method
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 is a key disadvantage of the traditional factory method pattern?
It is too complex to implement.
It requires a new application class for each product type.
It cannot create instances of classes.
It does not support any document types.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Why is a parameterized factory preferred over the traditional factory method in certain scenarios?
It is easier to debug.
It is faster than the traditional factory method.
It requires less memory.
It allows for the creation of multiple document types without additional application classes.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the role of the document factory class in the parameterized factory pattern?
To handle errors in document processing.
To create instances of different document classes based on a parameter.
To store document data.
To manage user inputs.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What type of parameter is used in the document factory method to determine the document type?
String
Boolean
Float
Character
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a benefit of making the factory method static?
It limits the number of document types.
It requires more memory.
It increases the complexity of the code.
It avoids creating unnecessary instances of the factory.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How can the parameterized factory be extended to support new document types?
By using a different programming language.
By removing existing document types.
By rewriting the entire factory class.
By adding new conditional statements in the create method.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a potential issue when including header files in the document factory?
Performance degradation
Syntax error
Memory leak
Circular dependency
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?