DEV Community

Sameer
Sameer

Posted on

Answer:

The following answer is from Gof book (Design Patterns)

An object's class defines how the object is implemented .The class defines object's internal state and the implementation of its operations.

In contrast, an object's type only refers to its interface - a set of requests to which it…

Top comments (0)