CS 3304: Comparative Languages
Object-Oriented Programming
[
Course Documents
] : [
Object-Oriented Programming
]
Previous
Contents
Next
Keyword Index
Implementing OO Constructs
Class instance records (CIRs) store the state of an object
If a class has a parent, the subclass instance variables are added to the parent CIR
Virtual Method Tables (VMTs) are used for dynamic binding