Chapter 2 – Modern Software Design Patterns and Principles

  1. In SOLID, what does the S stand for? What is meant by a responsibility?

Single Responsibility Principle. Responsibility can be viewed as a reason for a change.

  1. What SDLC method is built around cycles: Waterfall or Agile?

Agile is built around the concept of the development process being conducted in a collection of cycles.

  1. Is the decorator pattern a creational or structural pattern?

The decorator pattern is a structural pattern that allows functionality to be divided between classes and is particularly useful to enhance classes at runtime.

  1. What does pub-sub integration stand for?

Publish-Subscribe is a useful pattern where processes publish messages and other processes subscribe to receive the messages.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.15.237.255