Computer Science, asked by snayak5061, 1 year ago

Distinguish between function overload and function templates

Answers

Answered by nousheen47
0
function overload is a programming concept that allows programmers to define two or more functions with the same name and in the same scope..

function tamplates are a feature of the c++ programming language that allows function and classes to operate with generic types...
Similar questions