+ 1
Using class for method? It's like static, public, private?
example "class Garden", method "Garden ()"
1 Respuesta
+ 1
that method would be called the constructor. they are public. they are called when you create an object of that class, only called once per object