Virtual Function in C++ Virtual Function in C++ Virtual Function is one of the advances features of OOPs .Β A virtual function (also known as […]
Read moreTag: function
Inline Function in C++
Inline Function in C++ Inline Function in C++ Definition: An inline function is a function that is expanded in line when it is invoked. […]
Read moreSwapping two number using Function (Call By Reference)
Swapping two number using Function (Call By Reference) Swapping two number using Function (Call By Reference) Question: Write a program to swap two […]
Read more
Recent Comments