Tag: architecture
Questions Related to architecture
-
1
-
10
-
5
-
Any number of targets
-
property
-
file
-
variable
-
declare
-
Project
-
Root
-
Directory
-
folder
-
depends
-
include
-
pre-target
-
none of the above
-
decouple an abstraction from its implementation so that the two can vary independently
-
One class takes in another class, both of which extend the same abstract class, and adds functionality.
-
Assembles group of objects with same signature
-
One class controls the creation of and access to objects in another class.
-
The reusable and variable parts of a class are broken into two classes to save resources
-
One class controls the creation of and access to objects in another class.
-
One class takes in another class, both of which extend the same abstract class, and adds functionality.
-
One class has a method that performs a complex process calling several other classes.
-
Adapter, Bridge and Decorator.
-
Singleton, Builder and Factory Method.
-
Facade, Flyweight and Proxy.
-
Iterator, Observer and Template.
-
Decorator Pattern.
-
Façade Pattern.
-
Proxy Pattern.
-
Adapter Pattern.