Question:Consider the following statements relating to static member functions and choose the appropriate options: 1. They have external linkage 2. They do not have 'this' pointers 3. They can be declared as virtual 4. They can have the same name as a non-static function that has the same argument types
A All are true
B Only 1, 2 and 4 are true
C Only 1 and 2 are true
D Only 1,3 and 4 are true
E All are false
+ AnswerC
+ Report