Post-Test Creational Design Pattern

Post-Test Creational Design Pattern

University

10 Qs

quiz-placeholder

Similar activities

Mocademy - Quiz 5

Mocademy - Quiz 5

University

7 Qs

Behavioral Design Patterns

Behavioral Design Patterns

University

10 Qs

What’s a Software Design Pattern?

What’s a Software Design Pattern?

University

6 Qs

Classes and Objects | Starter Quiz | Oak National Academy

Classes and Objects | Starter Quiz | Oak National Academy

10th Grade - University

6 Qs

UML-2020-158225-Week7-ClassDiagramObjectDiagram-NTY

UML-2020-158225-Week7-ClassDiagramObjectDiagram-NTY

University

12 Qs

CC-24 ACE Quiz 1

CC-24 ACE Quiz 1

University

10 Qs

Creational Design Patterns

Creational Design Patterns

University

10 Qs

Programming Trivia

Programming Trivia

University

10 Qs

Post-Test Creational Design Pattern

Post-Test Creational Design Pattern

Assessment

Quiz

Computers

University

Medium

Created by

Asfiolitha Wilmarani

Used 11+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Singleton is appropriate when:

You need a single instance of a class

You need to choose what type of object to create

You need to access an object anywhere in the program

You need to use an object without knowing its subclass

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This provides an interface for creating objects in a superclass but allows subclasses to alter the type of object that will be created.

Singleton Pattern

Factory Method Pattern

Prototype Pattern

Abstract Factory Pattern

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When you want to create concrete products without having many conditionals in the code, you can use:

Singleton

Builder

Factory Method

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A Singleton is used when you want to guarantee one instance:

true

false

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The SOLID principles of object-oriented design are applied to software development projects to make software easier to change when requirements changes.

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following best describes a creational design pattern?

A pattern that describes how objects communicate with each other

A pattern that describes how to store and retrieve objects from a database

A pattern that describes how to create objects

A pattern that describes how to modify objects

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these design principles does the factory method pattern follow?

The Open-Closed Principle (OCP)

The Single Responsibility Principle (SRP)

The Dependency Inversion Principle (DIP)

The Liskov Substitution Principle (LSP)

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?