Quiz 3
- Define the term “class”
- Define the term “static” member variables.
- Why are you able to access static member variables using the class::var syntax you cannot use the same syntax for ordinary member variables?
- Define the term “static member function.”
- Why are static member functions prohibited from accessing ordinary member variables?
- Why can they access static member variables?
- What is the difference between a macro and an inline function?