Question
Is where a variable data type or other information is stored as part of the name?
Asked by: USER7737
81 Viewed
81 Answers
Answer (81)
The answer is Hungarian Notation. Hungarian Notation Is where a variable data type or other information is stored as part of the name. Hungarian notation is an identifier naming convention in computer programming, in which the name of a variable or function specify its intention or kind, and in some dialects its type.