class Person { var name = "" var age = 0 } var sonny = Person() // sonny is now an instance of Person