Computer Science 340
Programming Languages
Fall 2019, Siena College
Lecture 31: OOP Implementation Issues
Date: Wednesday, November 20, 2019
Agenda
- Announcements
- Language Project
[HTML]
[PDF]
next deadline is the draft submission after break
- Exam 2 Q&A?
- The last few chapters we're covering have not been
explicitly assigned as readings, but it would be beneficial to
read through
- Object-Oriented Programming implementation issues
- Java default methods
- slicing
- C++ inheritance
Terminology
- interfaces
- object slicing
Examples
Links