Hacker News new | ask | show | jobs
by ptx 2447 days ago
Meaning that the AddRef/Release counter has to be shared between that group of objects?
1 comments

Same object, different interfaces.
You can implement the other interfaces using other objects, but they should delegate the ref counting to the root/main object.