Last updated on June 13th, 2020 at 08:34 pmParameterized Constructor: We know that when we create an object the constructor
Month: August 2013
What is namespace?
Last updated on June 13th, 2020 at 08:34 pmNamespace: Namespace defines a scope for the identifiers that are used in
What is this Pointer? Give an example.
Last updated on June 13th, 2020 at 08:34 pmThe this Pointer: When a function of a class is called by
What is function overloading? Discuss this.
Last updated on June 13th, 2020 at 08:34 pmFunction Overloading: Overloading refers to the use of the same thing for
What is constructor?
Last updated on June 13th, 2020 at 08:34 pmConstructor:A constructor is a ‘special’ function whose task is to initialize the
Write some properties of constructor?
Last updated on June 13th, 2020 at 08:34 pmProperties of Constructor Function: Following are some properties of Constructor Function They
How does a static member variable or static data member differs from a non-static variable or data? Explain with an example.
Last updated on June 13th, 2020 at 08:34 pmStatic Data Member and Difference with Non-static Data Member: In general when
Write down some properties of static member function.
Last updated on June 13th, 2020 at 08:34 pmProperties of Static Member Function: Following are some properties of Static Member Function
What is inline function? Give some uses of it.
Last updated on June 13th, 2020 at 08:34 pmInline Function:Every time a function is called, it takes a lot of
What is friend function? Explain the use with an example.
Last updated on June 13th, 2020 at 08:34 pm Friend Function: Friend functions are those functions which can access all