Mastering C++: A Comprehensive Quiz Based on 'Thinking in C++' Flash Cards

Disable ads (and more) with a membership for a one time $2.99 payment

Question: 1 / 50

Why can't preprocessor macros be used as class member functions?

?

Macros cannot access private class members due to lack of scoping.

Next

Report this question