What is Static Constructor ?
Example:
public class SomeClass()
{
static SomeClass()
{
//Static members may be accessed from here
//Code for Initialization
}
}
-->
It is a common practice to store passwords in databases usi…
Overloading:Overloading refers to the ability to define mul…
While System.String is immutable, meaning its value cannot …
Comments