BadStyleExample.ThreeCheesePizza.GetCost C# (CSharp) Method

GetCost() public method

public GetCost ( ) : double
return double
            public override double GetCost()
            {
                return 10.00;
            }
        }