diff options
Diffstat (limited to 'C/OOP/README')
| -rw-r--r-- | C/OOP/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/C/OOP/README b/C/OOP/README new file mode 100644 index 0000000..4aab525 --- /dev/null +++ b/C/OOP/README @@ -0,0 +1,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. |
