pre evening session

This commit is contained in:
waldek 2021-11-09 18:46:06 +01:00
parent 8b80b17baa
commit 39904f1b5d
1 changed files with 9 additions and 5 deletions

View File

@ -1834,22 +1834,26 @@ You can try them out at your own pace.
I can give some hints or pointers if needed, either in class or individually. I can give some hints or pointers if needed, either in class or individually.
Don't hesitate to ask for help! Don't hesitate to ask for help!
# Creating our own classes # Creating our own objects
## Class examples ## First some *abstract* examples
TODO simple animal or vehicle exercise TODO simple animal or vehicle exercise
TODO task manager
## Class inheritance ## Class inheritance
TODO shapes and surfaces TODO shapes and surfaces
TODO superhero game
## Improve the login generator ## Now some *practical* improvements
### Improve the login generator
TODO convert the login generator to a class TODO convert the login generator to a class
### Improve the task manager
TODO convert the task manager to a class
# Infinite programs # Infinite programs
* insist on the nature of scripts we did up until now * insist on the nature of scripts we did up until now