What is Bridge pattern C++?

Bridge is a structural design pattern that divides business logic or huge class into separate class hierarchies that can be developed independently . One of these hierarchies (often called the Abstraction) will get a reference to an object of the second hierarchy (Implementation).

Sizin İçin Seçtik  What are the 4 basic of OOP?

Leave a Reply

Your email address will not be published. Required fields are marked *