0
Help is this code correct?
2 Réponses
+ 1
+ 1
The best way to find out if your code is correct, is to *test* it.
Create an instance of your class, and then see if it meets your expectations, if all the data you wanna have is in there.
Also, you might get a helpful error message if something's seriously off.