Challenge 2: Implement an Interface
Can you implement an interface in your class? A solution is placed in the solution section to help you, but we would suggest you try to solve it on your own first.
We'll cover the following...
Problem Statement
You are given an interface, IAddition
, which contains a method ...