static parameters

  1. A

    Static function parameters vs static data member

    Hi,A silly question but would like to get this clarified .We know that the static data members share the values and do not lose the value irrespective of how many instances are created by the class (as they are not bound to the instance)How are the parameters of a static function treated. Means...
Back
Top Bottom