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?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you find out if a linked-list has an end? (I.e. The list is not a cycle)

1221


What is the function to call to turn an ascii string into a long?

1120


Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?

2078


write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;

1949


How do we balance an AVL Tree in C++?

1186


Which operations are permitted on pointers?

1043


What is #include math h in c++?

1136


What happens if a pointer is deleted twice?

1324


What is the use of default constructor?

1144


Explain one method to process an entire string as one unit?

1663


Which of the following is evaluated first: a) && b) || c) !

2419


When is dynamic checking necessary?

1196


When do we use copy constructors?

1133


What is endl?

1205


Can constructor be static in c++?

1167