C++ Multiple Choice Questions1. If the class name is X, what is the type of its “this” pointer (in a nonstatic, non-const member function)?a. const X* constb. X* constc. X*d. X&2. Which classes allow primitive types to be accessed as objects?a. Storageb. Virtualc. Friendd. Wrapper3. When is … [Read more...]
Recent Comments