Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

C%20%20%20Interview%20Questions%20and%20Answers

Question: Differentiate between a template class and class template.
Answer: Template class: A generic definition or a parameterized class not instantiated until the client provides the needed information. It?s jargon for plain templates. Class template: A class template specifies how individual classes can be constructed much like the way a class specifies how individual objects can be constructed. It?s jargon for plain classes.
Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook