Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 809 Bytes

custom_classes.md

File metadata and controls

10 lines (8 loc) · 809 Bytes

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