Glossary
A B
C
D
E
F G H
I
- Instance: Being an instance of something means to be the runtime version of a build-time/ design-time template. The instance is therefore built keeping the build time version as a template and it is what will actually get executed or be used in direct application. ^6b6afe
J K
L
- Literal: Literals are specific values that appear directly in code. For example,
2.5
,"Hello"
etc.
M N O
P
- Patterns: Recurring Solution to a recurring problem. ^39480b
Q R
S
T
- Traversal: To visit every element/node of the data structure.
U V W X Y Z