December 30, 2012C++, OOPs Scope resolution operator in C++ Function of scope resolution operator: In C++ the scope of a variable is from the point of its declaration till the end […]
December 23, 2012C++, OOPs Function Prototype & Function Overloading Function Prototype: Function prototype also referred to as function signature specifies the number of arguments and return type of the function to […]
December 23, 2012OOPs Object Oriented Programming Object Oriented Programming: Object-Oriented Programming is a program design approach. It is incorporated with several features and new concepts, which are quite […]