Question: Create a class School Kid that is the base class for children at a school. It should have attributes for the child's name and age, the name of the child's teacher, and a greeting It should have appropriate accessor and mutator methods for each of the attributes.