Files
python/reference/concepts/custom_classes.md
Michael Morehouse 29478dd68c Organize concepts, eliminate duplication
* Stage 1

* Finish restructuring, add checkboxes.

* Minor format fixes

* fixing broken link

* fixing broken link

* fixing README link

* Fix multiples bad links

* Fix links in reference/concepts/keywords/README.md

* Correcting list description
2021-01-29 11:14:36 -05:00

809 B

Classes

TODO: ADD MORE

  • the exercise relies on the class statement to create a custom class allergies
  • use of class to create a custom data structure clock
  • the exercise objective is to define a matrix type. Tested methods are linked to a matrix class matrix
  • a general comprehension of class concept and and how it works is required, class statement binary-search-tree
  • classes are defined with the class <ClassName>: syntax phone-number
  • the exercise objective is to define a robot type. Tested methods are linked to a robot class. robot-simulator