1. What is the difference between a class and an instance of the class? 2. What are the benefits of encapsulation? 3. What is the difference between the Person structure and the Person class below? struct Person class Person string name; int age; string name; int age;