Component (ICoffee):?
- This is the base interface that defines the common methods for the Cost()
and Description() that every coffee component will implement.
public interface ICoffee
double Cost();
string Description();
and Description() that every coffee component will implement.
public interface ICoffee
double Cost();
string Description();