Skip to content

Commit 1acb0a3

Browse files
author
gmjason
committed
renamed folder
1 parent 57e13d5 commit 1acb0a3

File tree

8 files changed

+1
-1
lines changed

8 files changed

+1
-1
lines changed

example1-inheritance/README.md renamed to example1_single-inheritance/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Example1 - Inheritance
33

4-
This is the inheritance example. The important parts are commented in the source code. The main differences can be achieved by letting the inheritance-class struct inherit the base-class struct. The base-class type must also be to the inheritance-class type block (there is an argument).
4+
This is the inheritance example. The important parts are commented in the source code. The main differences can be achieved by letting the inheritance-class struct inherit the base-class struct. The base-class type must also be given to the inheritance-class type block (there is an argument). The inheritance-class struct may not contain the casual define, which one usually uses, when creating a class.
55

66
# Example
77

File renamed without changes.

0 commit comments

Comments
 (0)