10.22. Creating an Instance with the Key Constructor Example

This is what creating an instance using the key constructor looks like:
Person person = new Person( "John", "Doe" );