GAT Subject
Engineering
Computer Science Civil Engineering Chemical Engineering Agricultural Engineering Mechanical Engineering Electronics and Communication
11. | A function that uses variable types is called __________ | ||
A. | overloaded | ||
B. | a template function | ||
C. | a variable function | ||
D. | a virtual function | ||
12. | Having more than one function with the same name is called | ||
A. | overloading | ||
B. | defaulting | ||
C. | casting | ||
D. | referencing | ||
13. | An object is _____ | ||
A. | a category of classes | ||
B. | a name given to a class | ||
C. | an instance of a class | ||
D. | the same as a class | ||
14. | Two access specifers in C++ are | ||
A. | public and private | ||
B. | int and double | ||
C. | formal and informal | ||
D. | void and free | ||
15. | A data member holds a 1 or 0 depending on whether taxes have been paid. The best identifier for this member is _____ | ||
A. | taxes | ||
B. | paidTaxes | ||
C. | taxesArePaid | ||
D. | code | ||