Lecture Notes for February 25
Read for Today
- Sections 3.5 and 6.1.
Topics to Cover Today
- Binding with a scope, some options:
- Aliases
- Overloading
- Polymorphism
- Expression evaluation
- operator, function, operand, argument
- prefix, infix, postfix (syntactic sugar)
- precedence, associativity
- C precedence
A < B and C < D
in Pascal- exponentiation