Discussion :: Constructors
-
Which of the following statements are correct about static functions?
A.
Static functions are invoked using objects of a class.
|
B.
Static functions can access static data as well as instance data.
|
C.
Static functions are outside the class scope.
|
D.
Static functions are invoked using class.
|
Answer : Option D
Explanation :
No answer description available for this question.
Be The First To Comment