Object Oriented Languages: Fall 2021

C++ Example:
A few C++ features:
summary of issues: Dynamic Method Binding
Virtual Tables example from text book

fig10_3

fig10_4

Parameter passing issues

Closure

Function vs Method

Misc