The static 'name' of a class, rather than an instance. E.g. MyClass instead of new MyClass().
MyClass
new MyClass()
Any constructable class.
Rest
The static 'name' of a class, rather than an instance. E.g.
MyClassinstead ofnew MyClass().