Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

ProgramFacade

ProgramFacade()
| + Sum(int a, int b): int
|+
FahrenheitToCelsius(dou
ble f): double
RegistrationForm

+ FullName(firstName: string, lastName:


string): string
Calculator | + Age(birthDate: DateTime): int
| + SaveToExcel(fullName: string, age: int,
+ Sum(int a, int b): int province: string)
| + Subtract(int a, int b): int
| + Multiply(int a, int b): int
| + Divide(int a, int b): double

TemperatureConverter

+
FahrenheitToCelsius(dou
ble f): double |

You might also like