CS Electrical And Electronics
@cselectricalandelectronics

Which is true about static functions in a class

All QuestionsCategory: Cpp LanguageWhich is true about static functions in a class
Anonymous asked 3 years ago

Options:
 

  1. They can access both static & nonstatic variables.
  2. They can access static variables + all functions.
  3. They can access static variables + static functions only.
  4. They can access static variables only.