C++ Overloads & Templates | Function Templates | Non-type Template arguments

Опубликовано: 02 Март 2026
на канале: Sriramasubramaniam Nagarajan
315
6

C++ Overloads & Templates | Function Templates | Non-type Template arguments | C++ Programming in Tamil

In C++, two different functions can have the same name if their parameters are different; either because they have a different number of parameters, or because any of their parameters are of a different type. 

Function Templates

Overloaded functions may have same definition

Non-type Template arguments

The template parameters can not only include types introduced by class or type name, but can also include expressions of a particular type


****************************************************************************

YouTube -    / sriramasubramaniamnagarajan  

Connect me @
instagram:   / sriramasubramaniam  
sololearn: https://www.sololearn.com/Profile/104...

PlayList:

MovieBuff -    • Moviebuff  

Hawkeye -    • Hawkeye  

PHP Tutorial :    • PHP Tutorial  

JavaScript Tutorial -    • JavaScript Tutorial  

Python Classes and Objects -    • Python Classes and Objects  

Python CSV -    • Python CSV  

C programming -    • C Programming Language  

Python Programming -    • Python Programming  

Python Programs -    • Python programs  

DataBase Concepts -    • DataBase Concepts  

canva - https://www.canva.com/join/simplified...

#C++Programming #Overloads #Templates