The situation is as follows: there is a COM class interface, it is necessary to expand it in order to add propput for some properties.
Tell me how to implement it correctly: inherit from this interface or change the interface itself?
Source: https://ru.stackoverflow.com/questions/10558/
All Articles