To define an identifier within a scope that allows the identifier to be "reused". For example, you could have a constant that is named "cat." You could use the same name for a class field named "sarah.cat". Both include "cat" in the name, but "sarah.cat" has been qualified.
qualify
To define an identifier within a scope that allows the identifier to be "reused". For example, you could have a constant that is named "cat."
Ask questions and help your peers Developer Forums
Write your own tutorials or read those from others Learning Library