|
|
|
|
|
by pjmlp
1753 days ago
|
|
WinUI uses COM/WinRT, COM is an OOP ABI, and WinRT is basically COM v2, with TLB libraries replaced with .NET type system and types must support IInspectable in addition to IUnknown. Are you going to argue .NET isn't OOP? As for the rest, OOP doesn't imply inheritance, BETA and SELF are good examples of OOP without inheritance. |
|