Y
Hacker News
new
|
ask
|
show
|
jobs
by
pixelfarmer
401 days ago
I will tell you one example with inheritance: The Linux kernel.
1 comments
pjc50
401 days ago
How does that work in a language without inheritance?
(yes, I guess it's the fake vtable of structure full of pointers)
link
nyrikki
401 days ago
Structure composition is a form of inheritance.
link
(yes, I guess it's the fake vtable of structure full of pointers)