Skip to main content

All Questions

Tagged with
1 vote
1 answer
146 views

Inheritance in C: how to hide "super class" attributes to the class extending it

As a learning experience I'm trying to achieve simple class inheritence in C, among other OOP features. So far I've been able to properly hide "private" functions and attributes of a class from the ...
Gian's user avatar
  • 357