Computer Science 225
Advanced Programming
Spring 2017, Siena College
Lecture 9: Overriding Functions
Date: Friday, February 17, 2017
Agenda
- Announcements
- If your group has not yet completed Lab 4, you have until
start of your lab period on the Wednesday when we return from
break to wrap it up
- Homework Project 2: Extended Chutes and Ladders simulation
due tonight!
- Wrapping up the "Order 3" example (handout from last time)
- Overriding functions
Terminology
- covariant return type
- final class
- final method
- immutable
Examples
Links