Hacker News new | ask | show | jobs
by pixelfarmer 401 days ago
I will tell you one example with inheritance: The Linux kernel.
1 comments

How does that work in a language without inheritance?

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

Structure composition is a form of inheritance.