Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Differentiate between a template class and class template?



Differentiate between a template class and class template?..

Answer / beena

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 This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What is this pointer in c++?

1 Answers  


What causes a runtime error c++?

0 Answers  


What is the difference between #import and #include in c++?

0 Answers  


how to swap two strings without using any third variable ?

11 Answers  


What are the advantage of using register variables?

0 Answers  


Disadvantages of c++

8 Answers   HCL,


Is rust better than c++?

0 Answers  


What do the header files usually contains?

0 Answers  


Is there a sort function in c++?

0 Answers  


Write a program to calculate the BMI of a person using the formula BMI = weight/height2.

2 Answers  


What is the purpose of the "delete" operator?

0 Answers  


Who was the creator of c++?

0 Answers  


Categories