Solution Review: Implement and Override the Method
This review provides a detailed analysis on how to solve the 'Implement and Override the Method' challenge.
We'll cover the following...
We'll cover the following...
Solution
Explanation
The solution is very simple:
- Line 26 - 28: The
CalcArea()method is overridden in theCircleclass to calculate and return the area of the circle.
- The area is calculated using the