Loading
Bridge Pattern is commonly known as Handle/Body idiom in C++ community. This pattern is used for decoupling an abstraction from its implementation so that the two can vary independently.
Editorial changes — reviews, status changes and edits — are shown to the author of this article and to the editors.