Class templates allow you to create one general version of a class without having to
a. write any code
b. use member functions
c. use private members
d. duplicate code to handle multiple data types
e. None of these
d. duplicate code to handle multiple data types
Computer Science & Information Technology
You might also like to view...
A document that can be read by Adobe Acrobat instead of Word is a(n) ________
Fill in the blank(s) with correct word
Computer Science & Information Technology
Which of the following statements is true?
Constructors: a) initialize instance variables b) when overloaded, can have identical argument lists c) when overloaded, are selected by number and types of parameters d) a and c
Computer Science & Information Technology