Inline Function in C++

Опубликовано: 23 Октябрь 2024
на канале: Knowledge 24
2,130
49

This lecture explains that why we need inline function with its definition, declaration and disadvantage.
it also shows how it is different from simple function.
also specifies some situation where we can't use inline function.
If u also want to see another lectures on C++ then these are following links:
basics of function:    • Basics of functions  
Reference variable:    • Reference variable in C++  
Fundamentals of C++:    • Fundamentals  of C++  
#inlinefunction
#c++