Computer Science 340
Programming Languages
Fall 2019, Siena College
Lecture 32: OOP Implementation Issues Wrapup
Date: Friday, November 22, 2019
Agenda
- Announcements
- Language Project
[HTML]
[PDF]
next deadline is the draft submission right after break
- Schedule changes for next week:
- no class meeting Monday morning
- extra office hours throughout the day
- exam available starting at 6 PM
- no office hours Tuesday, but I expect to be available by email to help with any questions about the Language Projects
- Happy Thanksgiving!
- Reminder about course evaluations
- Scheduling times for Language Project
[HTML]
[PDF]
presentations
- Problem set recaps
- Exam 2 Q&A
- Object-Oriented Programming implementation issues, wrapup
- more C++ inheritance
- a Java case study: a collection of data structures
Terminology
- C++ pure virtual functions
Examples
Links
- Java case study: Bailey's Java Structures Structure Package