What would be a brief definition of a reference variable in C++?
Page 79 ~ 80 C++ Primer 5th ed.
Object: A region of memory that has a type Variable: Named object or reference Reference: An alias for another object.
Object: A region of memory that has a type
Variable: Named object or reference
Reference: An alias for another object.