Concept of Binding

Definition A binding is an association between a variable and its type or value. Binding time is the time at which a binding takes place. … Read more

Overloaded subprograms

Overloaded sub-programs, also known as function overloading, is a feature in many programming languages that allows multiple functions or subprograms to have the same name … Read more

Type Checking

TYPE CHECKING   Type checking is a program analysis that verifies something about the types that are used in the program. Type checking could happen … Read more

Code Inspection

CODE INSPECITONROLES: 1) AUTHOR : Person who are responsible for software development/design. And are responsible to remove bugs/error discovered by inspeciton team. 2) MODERATOR: Team … Read more

Compilation

COMPILATION: Compilation is a process  to convert a high-level programming language into a machine language that the computer can understand. COMPILER: The software which performs … Read more