Name | Description |
---|---|
ConstructorsClass | By default every class have a parameter less constructor which is removed/unimplemented automatically if user write a constructor. Constructor use to initialize values of members 1. parameter less constructor write some default values in members and constructor with parameter update the values with the values recieved in parameter. |
Program | |
StaticClass | this is a static class which can only contains static members, function, events |