top | item 43925245

(no title)

pixelfarmer | 9 months ago

I will tell you one example with inheritance: The Linux kernel.

discuss

order

pjc50|9 months ago

How does that work in a language without inheritance?

(yes, I guess it's the fake vtable of structure full of pointers)

nyrikki|9 months ago

Structure composition is a form of inheritance.