McqMate
| Q. |
How many copies of a class static member are shared between objects of the class? |
| A. | a copy of the static member is shared by all objects of a class |
| B. | a copy is created only when at least one object is created from that class |
| C. | a copy of the static member is created for each instntiation of the class |
| D. | no memory is allocated for static members of a class |
| Answer» C. a copy of the static member is created for each instntiation of the class | |
View all MCQs in
Object Oriented Programming In cppNo comments yet