Skip to main content

Address

The Address class holds the particulars of the place where someone lives or an organization is situated.

Properties

StreetName - string?

The name of the street.

BuildingNumber - string?

The number of the building.

PostCode - string?

The postcode of the town.

TownName - string?

The name of the town.

Country - string?

The name of the country.

Constructor

public Address(string? streetName, string? buildingNumber, string? postCode,
string? townName, string? country)

Parameters

streetName - string?

The name of the street.

buildingNumber - string?

The number of the building.

postCode - string?

The postcode of the town.

townName - string?

The name of the town.

country - string?

The name of the country.