In C++11 you can have one constructor call another constructor in the same class by using

a. constructor delegation
b. in-place initialization
c. a member initialization list
d. None of these

a. constructor delegation

Computer Science & Information Technology

You might also like to view...

An application developer has coded a new application with a module to examine all user entries for the graphical user interface. The module verifies that user entries match the allowed types for each field and that OS and database commands are rejected before entries are sent for further processing within the application. These are example of:

A. Input validation B. SQL injection C. Application whitelisting D. Error handling

Computer Science & Information Technology

If a function throw list specifies a base class type, then the function may also throw an exception of the ________ class type.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology