Page 1 of 1

PYTHON Programming ONLY. Provide explanation as well. Thank you. Problem: Part 1 Design a Person class. A Person is crea

Posted: Tue May 24, 2022 7:43 am
by answerhappygod
PYTHON Programming ONLY. Provide explanation
as well. Thank you.
Problem:
Part 1
Design a Person class. A Person is created with
a language string parameter and a private
variable stomach with an array value. The Person
should support functions eat() and speak().
Part 2
Create a subclass, Bob,
that inherits the Person superclass and
takes the same argument language and also has a stomach.