Skip to content

Commit d5a2721

Browse files
committed
Final version
1 parent 8b9e6ca commit d5a2721

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sources/modules/object-model/constructors.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ _Very brief introduction to the topic._
3636

3737
A student:
3838

39-
1. should know the notion of classes and structs %todo link to classes
39+
1. should know the notion of classes and structs, see [declarations](declarations.md)
4040

4141
#### Student outcomes
4242

@@ -68,8 +68,8 @@ implementation-defined, unspecified, or undefined behavior._
6868

6969
#### Background/Required Knowledge
7070

71-
* All of the above.
72-
* Class inheritance %todo check for link
71+
* All of the above
72+
* Class inheritance
7373
* Dynamic memory
7474
* Difference between shared and unique pointers
7575

0 commit comments

Comments
 (0)