Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# purpose of static

Static classes are just tools — they don’t need specific instances and they 
don’t store new information.

So you don't have to instantiate(create an object) to access it. 
Static like Math.PI.

 
PREVIOUS NEXT
Tagged: #purpose #static
ADD COMMENT
Topic
Name
9+8 =