summaryrefslogtreecommitdiff
path: root/C/OOP/README
blob: 4aab5252782d5989c70f5bfffcbdd9753c105251 (plain)
1
2
3
4
This is a simple example on how to write Object-oriented code in C.

The structure here is simple, we have a 'parent' class named Animal,
and its sub-classes based on different animals.