MCQOPTIONS
Saved Bookmarks
| 1. |
What if static members are declared inside template classes? |
| A. | All instances will share the static variable |
| B. | All instances will have their own static variable |
| C. | All the instances will ignore the static variable |
| D. | Program gives compile time error |
| Answer» C. All the instances will ignore the static variable | |