You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: reference/concepts/custom_classes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,6 @@ TODO: ADD MORE
5
5
- the exercise relies on the `class` statement to create a custom class [allergies](../exercise-concepts/allergies.md)
6
6
- use of `class` to create a custom data structure [clock](../exercise-concepts/clock.md)
7
7
- the exercise objective is to define a `matrix` type. Tested methods are linked to a `matrix` class [matrix](../exercise-concepts/matrix.md)
8
-
- a general comprehension of class concept and and how it works is required, `class` statement [binary-search-tree](../exercise-concepts/binary-search-tree.md)
8
+
- a general comprehension of class concept and how it works is required, `class` statement [binary-search-tree](../exercise-concepts/binary-search-tree.md)
9
9
- classes are defined with the `class <ClassName>:` syntax [phone-number](../exercise-concepts/phone-number.md)
10
10
- the exercise objective is to define a `robot` type. Tested methods are linked to a `robot` class. [robot-simulator](../exercise-concepts/robot-simulator.md)
0 commit comments