Introduction to OOP
Chapter 27: Implementation :
next
previous
audio
real
text
Compiler Background
von Neumann Design
- everything is data, including code
Function
- a function is just a named location in memory, that happens to be initialized with assembly language instructions
Memory - Stack and Heap
- stack memory tied to function invocation. Variable references converted into numeric offsets within the stack.
Intro OOP,
Chapter 27
, Slide 02