1

Possible Duplicate:
Can a class be declared static in c++?

I put static before class, it is okay. But what does it mean?

static class A
{
public:
    void F();

private:
    int i;
};
Community
  • 1
  • 1
user1899020
  • 13,167
  • 21
  • 79
  • 154

0 Answers0