Skip to content

Commit

Permalink
fixed #146
Browse files Browse the repository at this point in the history
  • Loading branch information
pezy committed Sep 10, 2018
1 parent 8da4837 commit 699dc5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch15/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Base { ... };
```

- (a) incorrect, derive from itself
- (b) incorrect, this is a definition not a declaration
- (b) correct.
- (c) incorrect, A derived class is declared like any other class. The declaration contains the class name but does not include its derivation list

## Exercise 15.5
Expand Down

0 comments on commit 699dc5e

Please sign in to comment.