Exercise: Calculate Shape Area
Explore how to define Ruby classes for different shapes and implement an area method in each using object-oriented programming principles. Learn to use inheritance to create reusable code while solving shape area calculations.
We'll cover the following...
We'll cover the following...
Calculate shape area
Define four classes, Shape, Rectangle ...