Function overloading in C++ ProgrammingOverloading refers to the use of the same thing for a different purpose. When the same function...
May 2018
Passing by references in C++ Programming We can pass parameters in function in C++ by reference. When we pass arguments...
Default ArgumentsIn C++ a function can be called without specifying all its arguments. In such cases, the function assigns a default value to the parameter...
Reference Variables: C++ Programming introduces a new kind of variable known as reference variable. A...
Scope Resolution Operator( :: ) | C++ ProgrammingC++ programming supports a mechanism to access a global variable from a function in which a local variable...
Advantages and Disadvantages of OOPAdvantages of OOPsObject oriented programming contributes greater programmer productivity, better quality of software...
Object Oriented Approach | C++ Programming The fundamental idea...
Procedural Oriented Approach | C++ ProgrammingIn procedural oriented approach programs are organized in form of subroutines. The subroutines do not let...
Subscribe to:
Posts (Atom)