Computer Science 225
Advanced Programming
Spring 2017, Siena College
Lecture 10: Abstract Classes
Date: Monday, February 27, 2017
Agenda
- Announcements
- First exam is graded, but not returned today
- If your group has not yet completed Lab 4, you have until
start of your lab period on Wednesday to finish up
- Homework 3 will be coming out this afternoon: recursion project!
- Quick recap of inheritance so far
- Abstract classes
- Static binding
Terminology
- abstract method
- abstract class
- concrete methods
- concrete class
Examples