Chapter 12 – Object-Oriented View

STAT 311 – Lecture 9 – Student Viewer (Object / Object-Relational interpretation)
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
Student photo

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.