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

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 are:


idno: 65
first_name: Verna
last_name: Mills
email: vmills@oracle.com
phone: 1-800-555-4412

idno: 101
first_name: John
last_name: Smith
email: jsmith@oracle.com
phone: 1-800-555-1212