Tag Archives: encapsulation

Encapsulation in C

A previous post in my Higher-level C series introduced basic object creation, using structs. Here I’d like to elaborate on how to define and organise code that operates on objects.

Posted in Higher-level C | Tagged , , , , | 6 Comments