Design Patterns & Const Correctness Flashcards
What is a design pattern?
What is the process of discovering a design pattern?
What is the process of applying a design pattern?
What are the four main components of design patterns?
What are some of the details of design patterns?
What are the three main types of design patterns?
What is the “Gang oof Four Design Patterns”?
What are the benefits of Design Patterns?
What are the Drawbacks of Design Patterns?
What is the Model-View-Controller design pattern?
What is the Model portion of the MVC design pattern?
What is the View portion of the MVC design pattern?
What is the Controller portion of the MVC design pattern?
MVC design pattern diagram:
What is the Model View Presenter design pattern?
What are the benefits of the MVC design pattern?
What are the two main goals of creational design patterns?
With creational design patterns, the system at large knows about what?
What are some of the creational design patterns?
The const constraint enforced by what?
What is the ‘right-to-left’ rule for pointers and const?
Const correctness example: what are the following variables:
Const correctness example:
Const correctness example: