TEMPLATES
Templates are the Functions which can handle the different Data Types without separate code for each of them. For doing the similar Operation on many kinds of Data Types a programmer need not write different versions by overloading a Functions. Only a single Template function take care of all Data Types, so it is enough if programmer writes a C++ Template based Function.
For more interesting Article’s………Click Here
No comments:
Post a Comment