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: source/solutions/oop/inheritance.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
@@ -24,7 +24,7 @@ tags:
24
24
- [ ] … a way of connecting a *basic* class with a *derived* class.
25
25
26
26
<details><summary>Comment</summary>
27
-
The class inherited from is called the *base*, superclass or parent class, but not *basic*.
27
+
The class inherited from is called the *base*, superclass or parent class, but not *basic*.
28
28
</details>
29
29
30
30
#. Suppose your are given an `ElectricDevice` class and a `WallDecor` class. You would like to write a `Clock` class that represents at the same time an electric device and a wall decor. This is possible only if the `ElectricDevice` and `WallDecor` classes are…
0 commit comments