From d98f46ce647846b0aa30b2e16a30fd4e152a1bf5 Mon Sep 17 00:00:00 2001 From: Carlos Maiolino Date: Thu, 10 Jul 2025 22:55:07 +0200 Subject: Add new code Signed-off-by: Carlos Maiolino --- C/OOP/README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 C/OOP/README (limited to 'C/OOP/README') 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. -- cgit v1.2.3