General Design patterns & principles

General Design patterns & principles

University

15 Qs

quiz-placeholder

Similar activities

T1 Intro to digi apps

T1 Intro to digi apps

University

14 Qs

CAD revision

CAD revision

11th Grade - University

20 Qs

Mimari qad aldunia quiz

Mimari qad aldunia quiz

University

14 Qs

Alphabet of Lines & Line Weights

Alphabet of Lines & Line Weights

University

15 Qs

T3 Text Dimen Trim Anno Hatching Layers

T3 Text Dimen Trim Anno Hatching Layers

University

14 Qs

Islamic Geometric Patterns and Symmetry

Islamic Geometric Patterns and Symmetry

University

15 Qs

Theory of Memory and Place

Theory of Memory and Place

University

11 Qs

End of an era

End of an era

2nd Grade - University

12 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?