Which of the following statements are correct for a static member function?
1. It can access only other static members of its class.
2. It can be called using the class name, instead of objects.
Which of the following is the only technical difference between structures and classes in C++?
Which of the following means "The use of an object of one class in definition of another class"?
Which of the following can be overloaded?
Which of the following statements is correct?