Constructors - Programming

Q1:

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.

ANS:D - Static functions are invoked using class.

No answer description is available. Let's discuss.