Class is a way to represent an object. All objects in a class own Methods. What programmers care for is a Method, and since methods only accessed from an object of a class, is when Class becomes relevant.
Class can be said as a container of methods.
A lot of Dot .
is common while mentioning Methods of a Class. Dots here is the Member Access Operator.