date property
The line int date; is declaring a property named date of type int in the Poi class. This
property will hold the date information of a Point of Interest (POI) object.
Implementation
int date;
The line int date; is declaring a property named date of type int in the Poi class. This
property will hold the date information of a Point of Interest (POI) object.
int date;