How can a static member function be called in the main function?
(a) Using dot operator
(b) Using arrow operator
(c) Using dot or arrow operator
(d) Using dot, arrow or using scope resolution operator with class name
I had been asked this question by my college professor while I was bunking the class.
I would like to ask this question from Member Functions topic in portion Class Members & Types of Object Oriented Programming