Please allow me a non-coding, more of a terminology question.
Would it be correct to say that a PHP object is both a class and any instance it has?
For example, a class which doesn’t have any instance — is only a class, but a class which does have at least one instance — both that class and its at least one instance should be defined as “an object”.