Saved Bookmarks
| 1. |
Features Of Static/shared Classes. |
|
Answer» Static classes are used when any change made to an OBJECT should not AFFECT the data and functions of the class. They can be used to create data and functions without the need of an INSTANCE.
Static classes are used when any change made to an object should not affect the data and functions of the class. They can be used to create data and functions without the need of an instance. |
|