+ 1
How do you write an OOP program with a method?
I am having a difficulty trying to figure out how to use a method in an object oriented program. I'm doing one on calculating the age of a person by asking for their birthday.
6 Réponses
0
collects the data then calculates it(collects birthday and calculates the age)
0
ohh ok so then what about for calculating.
0
ok thx