pacman/exercises/16/create_class/README.md

9 lines
307 B
Markdown
Raw Normal View History

2021-10-05 11:48:15 +00:00
[< Back](../README.md)
2021-10-05 11:44:51 +00:00
2021-10-17 17:58:36 +00:00
# Exercise: Create a class
2021-10-17 17:58:36 +00:00
## Exercise: Simple class
2021-10-05 12:29:27 +00:00
2021-10-17 17:58:36 +00:00
1. Create an empty class named `Clyde` within the `.hpp` file.
2. Look at other ghost `.hpp` files and see how they define the class. It does not need to inherit from the `Ghost` base class and it does not need any functions.