Writing a template class
a. allows us to skip the implementation of that template class
b. allows us to write one class definition that can hold different data types
c. means we never have to write non-template classes again
d. is illegal
b. allows us to write one class definition that can hold different data types
Computer Science & Information Technology
You might also like to view...
A social security number is commonly used as a ________ key
A) primary B) foreign C) super D) secondary
Computer Science & Information Technology
Files keep related files together so that they are easier to find when needed
Indicate whether the statement is true or false
Computer Science & Information Technology