On Sunday, 23 May 2021 at 21:02:31 UTC, Gavin Ray wrote:
I don't really know anything at all about compilers or low-level code -- but is there any high-level notion of "inheritance" after it's been compiled?
Yes, in the structure of the vtable, which is why the spec is so hard to read.
If possible stick to single inheritance in C++...