October 6, 1999 - Objects
October 6, 1999 Objects Tips: October 1999
Yehuda Shiran, Ph.D.
|
course
, for example, could have the following properties:
Property | Example Content |
name | Advanced JavaScript Programming |
code | F12389 |
day | Monday |
time | 5 pm - 8 pm |
students | Name, Age, Address, Telephone |
Here are the object's methods:
Method | Processed Data |
initialize() | Basic information (name, reference, day, etc.) |
addStudent() | New student's basic information |
deleteStudent() | Current student's information |
printCourse() | Course's information |
printStudents() | Students' information |