Ok. Let's say with Shared methods for example, can I use a shared method without declaring a new instance of the class it's in? No need for New, just do:

object = class.sharedfunction(params)

?

Whaaaat.