Hi all I have two classes, Student and StudentAdmin. Student creates details of a student and StudentAdmin administers the various student objects. What I am trying to find out is how to reference any particular object and add additional detial to that current object. Each student object has a unique PIN, which can be used as a reference, but I dont ...