Using existing static classes

suggest change

Introduction

These classes are reference libraries of methods and properties that do not change state, in one word, immutable. You don’t need to create them, you simply use them. Classes and methods such as these are called static classes because they are not created, destroyed, or changed.You can refer to a static class by surrounding the class name with square brackets.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents