Метод | Описание | |
---|---|---|
GetFrequentPoints ( int daysRented ) : int | ||
GetPrice ( int daysRented ) : double | ||
GetPriceCode ( ) : TypeOfMovie |
public GetFrequentPoints ( int daysRented ) : int | ||
daysRented | int | |
Результат | int |
public abstract GetPrice ( int daysRented ) : double | ||
daysRented | int | |
Результат | double |
public abstract GetPriceCode ( ) : TypeOfMovie | ||
Результат | TypeOfMovie |