Saved Bookmarks
| 1. |
Differentiate between static and non-static data members. |
|
Answer» A static variable is associated with the class sis a whole rather than with specific instances of a class. Non-static, variables take different values with each object/instance. |
|