Reserved keyword
A reserved keyword is a special name used in a programming langage that cannot be used as an identifier.
For example, in Python, class
couldn't be used to name a variable, since it's a reserved keyword to define classes.
A reserved keyword is a special name used in a programming langage that cannot be used as an identifier.
For example, in Python, class
couldn't be used to name a variable, since it's a reserved keyword to define classes.