Student Record (Relational View)
Data is loaded from
students/stat311list.csv and shown as form fields,
similar to a relational table row.
Loading data from
students/stat311list.csv …Object-Oriented View (Chapter 12)
Full name (method):
Pass status (HW1 ≥ 60):
Email domain:
Has photo file?
Relational data source:
stat311list.csv → mapped into Student objects.
Demonstrates Chapter 12: Objects, encapsulation, and object-relational thinking.