Qualifier

In cases where there could be an ambiguity in identifying an entity, qualifiers serve as the distinguishing factor to uniquely and unambiguously identify an entity.

Qualifiers are also identifers, which help remove ambiguity. But not all identifiers are qualifiers.

In addition to being used, where its not possible to interpret identifiers unambiguiosly, qualifiers can be used to --

  1. Override a default context: If the default context is the current class or default database, qualifier can be used to override that.
  2. Provide missing context: We can explicitly state the default context too to clearly indicate the intended context.

References


Backlinks