Use class without instance (like e.g. String)

I suspect that what @franks_pv has in mind is using an object without having to explicitly create an instance of that object. This would be much as the same way that Serial and String work in the Arduino environment