What is a program entity?
- A program entity is anything in a program that is treated as a unit
- Variables, constants, sub-programs, packages, classes, attributes and operations are all examples of program entities
- Most programming languages allow various kinds of program entities
- All of the mentioned