Hey
Ive got 2 classes, Time and Delivery. In Time ive got 2 fields "hour & minute" both field types int. I then use code to get a string displaying both int "hour:min". In the delivery class ive got fields of type Time from which i pass the parameters to the Time constructor. My question is, how can i display string in the Delivery class? If that all makes sense.
Ive got 2 classes, Time and Delivery. In Time ive got 2 fields "hour & minute" both field types int. I then use code to get a string displaying both int "hour:min". In the delivery class ive got fields of type Time from which i pass the parameters to the Time constructor. My question is, how can i display string in the Delivery class? If that all makes sense.