Today We Did Finished our Supermarket project print_menu() add_item() checkout() Started learning about inhertance A subclass or child class inherits all the methods and/or attributes from the parent class class Child(Parent): super()Read More...
Today We: Took the Level 2 Practice Test. Homework: No homework! I will grade your tests and let you know if you passed or not. If you pass, there is no classRead More...
Your HW: Create a new class, Teacher Parameters: Name - String Age - Int Subject - String 1 Method: getInfo Public, will return a string to display the teacher, "<Name> <Age>, TeachersRead More...