C# Class BadStyleExample.ThreeCheesePizza

Inheritance: Pizza
Show file Open project: marwie/Design-Patterns-in-Unity-Example

Public Methods

Method Description
GetCost ( ) : double
GetDescription ( ) : string
SetDescription ( string newDescription ) : void

Method Details

GetCost() public method

public GetCost ( ) : double
return double

GetDescription() public method

public GetDescription ( ) : string
return string

SetDescription() public method

public SetDescription ( string newDescription ) : void
newDescription string
return void