pre evening session
This commit is contained in:
parent
8b80b17baa
commit
39904f1b5d
|
@ -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.
|
||||
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 task manager
|
||||
|
||||
## Class inheritance
|
||||
|
||||
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
|
||||
|
||||
### Improve the task manager
|
||||
|
||||
TODO convert the task manager to a class
|
||||
|
||||
# Infinite programs
|
||||
|
||||
* insist on the nature of scripts we did up until now
|
||||
|
|
Loading…
Reference in New Issue