Discussion :: Constructors
-
Which of the following statements are correct about static functions?
- Static functions can access only static data.
- Static functions cannot call instance functions.
- It is necessary to initialize static data.
- Instance functions can call static functions and access static data.
- this reference is passed to static functions.
Answer : Option A
Explanation :
No answer description available for this question.
Be The First To Comment