Does this code contain compilation errors?

class A {
  static void Foo();
};

static void A::Foo() { }
Explanation
static modifier can not be used to define class members outside of the class declaration.

Следи за CodeGalaxy

Мобильное приложение Beta

Get it on Google Play
Обратная Связь
Cosmo
Зарегистрируйся сейчас
или Подпишись на будущие тесты