Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 293 Bytes

Level1.md

File metadata and controls

21 lines (12 loc) · 293 Bytes

Abstraction Level 1: First Order Functions

Paradigm: replace values with functions

level1

Procedural Pascal type code Just functions, no classes yet


Ad Hoc Polymorphism

  • Function overloading
  • Operator Overloading

Add(x)

Add(x, y)

Add(x, y, z)