date property
int date;
is declaring a property named date
of type int
in the Region
class. This
property will hold the date value for a specific region.
Implementation
int date;
int date;
is declaring a property named date
of type int
in the Region
class. This
property will hold the date value for a specific region.
int date;