Handle / Body idiom implementation in csharp
Design and Architecture
1
Posts
1
Posters
0
Views
1
Watching
-
I am reading the bridge design pattern from the GoF book, there is a variant defined which the author calls "Sharing implementors" illustrated by handle body / idiom in c++. I did some research to find its implmenetation but i am unable to see Reference counting technique to allow multiple objects with the same value to share a single representation of that value. can any body help me please to learn this?
Hassan Akhtar