I am doing a study of Project Patterns. My first pattern is Strategy, where I have an abstract class that has two attributes that should instantiate a class that implements a given interface.
The interfaces:
interface FlyBehavior
{
publ...
asked by
07.09.2017 / 17:53