This illustration shows the person_typ object type and two instances of the object type.

The attributes of person_typ are idno, first_name, last_name, email, and phone. The methods of person_typ are get_idno and display details.

Instances of the object type are:


idno: 65
first_name: Verna
last_name: Mills
email: vmills@example.com
phone: 1-650-555-0125

idno: 101
first_name: John
last_name: Smith
email: jsmith@example.com
phone: 1-650-555-0135