What is the difference between a class and an object?1.The Objects are instances of classes. The class is the general template, and 2. The object is the specific version. Classes are instances of objects. 3. The object is the general template, and the class is the specific version. 4. A class has a run method or main method but an object does not.