Answer the question
In order to leave comments, you need to log in
What is the essence of the bridge pattern?
Do I understand correctly that the meaning is that the client himself determines which implementation (Implementation
) will be used by us developed class (MyClass) ?
public class Client
{
public static void Main()
{
var obj = new MyClass(new Implementation());
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question