C++
Programming and Technical
Programming
Technical
What are generic functions and generic classes?
Read Solution (Total 1)
-
- Generic functions are functions which are not used for any
particular datatype..they are useful for anydatatype Ex: if
you write code for the Sorting program using templates then
the function is useful for any data type to sort...Generic
classes are same as generic functions - 8 years agoHelpfull: Yes(0) No(0)
C++ Other Question