Question: 4 multiple choice qs regarding c++ TERN Summer-2019- Quiz4 COURSES INIL Object-Oriented Software Development using CH VIRSION COURSI. CODI OOP345 1. ptr 2. 3. The
TERN Summer-2019- Quiz4 COURSES INIL Object-Oriented Software Development using CH VIRSION COURSI. CODI OOP345 1. ptr 2. 3. The definition of an array of pointers to functions of size (ol that take two integers as input parameters, and of return type of bool. a. bool (ptr[n])int a, int b) b. bool *ptr(int a, int b) c. T d. T (*ptr)(T&) e. T function(T&) T* ptrToObject : a. names a pointer that holds the address of a region of type T b. names a pointer that holds the address of a region of type T (*) (T6) c. names a function that receives a reference to an object of type Te and returns the address of a region that holds an object of type T d. All of the above e. None of the above T("ptr ToFunction (T&): a. names a pointer that holds the address of a region of type T b. names a pointer that holds the address of a region of type T (*) (T6) C. names a function that receives a reference to an object of type Ta and returns the address of a region that holds an object of type T d. All of the above e. None of the above T function(T&): a. names a pointer that holds the address of a region of type T b. names a pointer that holds the address of a region of type T () (T6) names a function that receives a reference to an object of type Te and returns the address of a region that holds an object of type T d. All of the above e. None of the above 4. C
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
