Variable declaration: The process of creating a variable by specifying its type and name.
Object reference/variable assignment: Storing the memory address of an object in a variable so that it can be accessed later.
Scope:The region in which a variable is visible and accessible within a program.