#what are instances
1 messages · Page 1 of 1 (latest)
essentially yes, with new you can "instantiate" your class, so like you said, basically make an object from it
as for the methods, if they're not static, they're tied to the object, so you can use object.method()