C++
Programming and Technical
If there is one class template which has one
static member variable, that static variable will
belong to:
a) Every instance of class template will share the
same copy of static variable.
b) Every instance of class template will have its
own copy of๔ static variable.
c) Compilation error
Read Solution (Total 1)
-
- b.every static variable will share the same copy of all object .
- 10 years agoHelpfull: Yes(0) No(1)
C++ Other Question