Gyh's Braindump

Overload

tag
Programming Language Concept
source
DT-On Java 8

Motivation

Mapping the concept of nuance in human language onto a programming language.

  • Different actions using the same word: “Wash the shirt”, “Wash the car”, “Wash the dog”
  • In Java or C++, classes need different constructors with the same name

Links to this note