Question: Use Python Language to create a super class ( base class ) called shape. Add one method called draw to this class. Create two subclass
Use Python Language to create a super class base class called shape. Add one method called draw to this class. Create two subclass or child classes of shape class called Circle and Square. Add draw method to Circle and Square class. Create objects of shape, Circle and Square class and called the draw function.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
