Multiple Choice
Which of the following statements is 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
A) only 1 is correct
B) only 2 is correct
C) both 1 and 2 are correct
D) both 1 and 2 are incorrect
Correct Answer:

Verified
Correct Answer:
Verified
Q7: Is it fine to call delete twice
Q8: If particular software can be used in
Q9: The main intention of using inheritance is
Q10: Which of the followings is/are automatically added
Q11: Which of the following data type does
Q13: Which of the following interface determines how
Q14: What happens when delete is used for
Q15: Predict the output of following C++ program#include<iostream>
Q16: Which feature of C++ contain the concept
Q17: What is the difference between struct and