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...


what is the usage of clas templates

Answers were Sorted based on User's Feedback



what is the usage of clas templates..

Answer / saurabh chauhan

templates are used to create generic functions as well as
classes..which can support miltiple data types..
they are mainly used when algorithm is commom for diff data
types...so we dont hav to implement again and again for
diff data types ..we make a generic func. which works for
all...

Is This Answer Correct ?    4 Yes 0 No

what is the usage of clas templates..

Answer / anil kumawat

through this we can make generic function. so this function
will work for any data type.

Is This Answer Correct ?    3 Yes 0 No

what is the usage of clas templates..

Answer / anil bisht

A template is a C++ feature that allows functions and
classes to be defined with any type.Class template is a
template used to generate template classes. You cannot
declare an object of a class template.Template class is an
instance of a class template.

Is This Answer Correct ?    3 Yes 0 No

what is the usage of clas templates..

Answer / james prasanna.j

We can able to operate "class template" functionalities in
generic way, which supports different data types.

Is This Answer Correct ?    3 Yes 2 No

what is the usage of clas templates..

Answer / keshav.gadde

Template is a mechanism that allows one function or class to
deal with diffrent data types.
Using templates we can design a template class that operates on
diffrent data types.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More OOPS Interview Questions

WHAT IS ABSTRUCT DATA TYPE ? PLEASE EXPLAIN IT.

4 Answers   HCL,


WHAT IS THE ACTUAL DEFINATION OF OBJECT AND THE CLASS IN ONE SINGLE LINE WHICH THE INTERVIEWER WANT TO LISTEN.

11 Answers  


Explain the advantages of inheritance.

0 Answers   TCS,


What is the example of polymorphism?

0 Answers  


What is abstraction in oops with example?

0 Answers  


what is ltti

1 Answers   Unisys,


When will a constructor executed?

5 Answers   TCS,


what are the different types of qualifier in java?

0 Answers   TCS,


What are the advantages of inheritance?

26 Answers   IBS, TCS,


what is the main difference between sizeof() operator in c and c++

3 Answers  


What is methods in oop?

0 Answers  


what is the diffrence between c# and c++

5 Answers  


Categories