General Design patterns & principles

General Design patterns & principles

University

15 Qs

quiz-placeholder

Similar activities

First TD Quiz

First TD Quiz

10th Grade - University

10 Qs

Elements of Design

Elements of Design

9th Grade - Professional Development

15 Qs

Planning - Urban Patterns

Planning - Urban Patterns

7th Grade - Professional Development

15 Qs

solar system-gravitational force

solar system-gravitational force

4th Grade - University

10 Qs

CE221

CE221

University

15 Qs

Architectural Design Quiz

Architectural Design Quiz

9th Grade - University

15 Qs

Drainage & Sewerage

Drainage & Sewerage

University

10 Qs

Fire Code of the Philippines

Fire Code of the Philippines

University

20 Qs

General Design patterns & principles

General Design patterns & principles

Assessment

Quiz

Architecture

University

Easy

Created by

Team Informatica

Used 337+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

"Identify the aspects of your application that vary and separate them from what stays the same." results in:

More flexibility in your systems.

Less classes in your systems.

Less interfaces in your systems.

Tighter coupling of your system.

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

"Program to an interface, not an implementation." means:

Do not program to an abstract superclass.

Program to a supertype.

If possible, put everything in one class.

Go for a concrete implementation whenever possible.

Show answersExplanationPreviousNext

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

"Favor composition over inheritance." says:

Use the Composite Pattern instead of inheritance.

IS-A is always better than HAS-A

HAS-A can be better than IS-A

Do not use inheritance.

Show answersExplanationPreviousNext

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

"Strive for loosely coupled designs between objects that interact." does NOT mean:

When two objects are loosely coupled, they can interact, but have very little knowledge of each other.

Interdependency between objects is minimized.

Loosely coupled designs allow to build flexible OO systems.

Interdependency between objects is maximized.

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The Dependency Inversion Principle says:

Depend upon abstraction. Do not depend upon concrete classes.

Don't call us, we call you.

Program to an interface, not an implementation.

Favor composition over inheritance.

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The Single Responsibility Principle says

Favor composition over inheritance.

A class should have only one reason to change.

Depend upon abstractions.Do not depend upon concrete classes.

Classes should be open for extensions, but closed for modification.

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which text below describes the Template Method pattern best?

Subclasses decide how to implement steps in an algorithm.

Allows (a group of) objects to be notified when some state changes.

Encapsulates interchangeable behaviours and uses delegation to decide which one to use.

Template method pattern changes the interface of one or more classes.

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?