|
|
|
|
|
by 1718627440
297 days ago
|
|
You can implement OOP in C as you can in any language, the article is an example of this. C is not an OOP language in any way, it doesn't have any syntactic features for it and use the term "object" for something different. |
|
You can implement OOP in C if you do vtables for inheritance hierarchies manually, among other things, but that is different than what Linux does.