Method | Description | |
---|---|---|
GetFrequentPoints ( int daysRented ) : int | ||
GetPrice ( int daysRented ) : double | ||
GetPriceCode ( ) : TypeOfMovie |
public GetFrequentPoints ( int daysRented ) : int | ||
daysRented | int | |
return | int |
public abstract GetPrice ( int daysRented ) : double | ||
daysRented | int | |
return | double |
public abstract GetPriceCode ( ) : TypeOfMovie | ||
return | TypeOfMovie |