issues
search
Aytida1426
/
BooleansCalendar
CSA Tri 3 Project
0
stars
2
forks
source link
Aditya's Inheritance Mini Lab
#12
Open
Aytida1426
opened
3 years ago
Aytida1426
commented
3 years ago
[x] Write code for Shape class, which is the Super class.
[x] Write code for the Circle class, which inherits attributes from the Shape class.
[x] Write code for the Rectangle class, which inherits attributes from the Shape class.
[x] Write code for the ShapeTester class, which runs the program.
[x] Create an HTML file to incorporate user input.