Skip to content
Snippets Groups Projects
Person.txt 306 B
Newer Older
reeceyankey's avatar
reeceyankey committed
class Person {
    String name;
    int fingerprint_Information;
    int facial_Information;
    int voice_Information;
    Phone phone;
reeceyankey's avatar
reeceyankey committed
    void setInformation(int){}
    void unlock(){}
    void lock(){}
    void trackInformation(){}
    void getMessage(){}
    Phone usePhone(phone){}
}