CLASSES in C#
What is Class?A class is a building which will enable to create your own custom types by grouping methods, other types and events.
- A Class is a blueprint.
- A Class defines behavior(methods) and data(attributes) of the type
Class can have below things.
- Fields
- Constants
- Properties
- Methods
- Constructors
- Destructors
- Events
- Indexers
- Operators
- Nested Types
Class AspNetTutorialOnline
{
Fields
Constants
Properties
Methods
Constructors
Destructors
Events
Indexers
Operators
Nested Types
}
Post a Comment
Please give your valuable feedback on this post. You can submit any ASP.NET article here. We will post that article in this website by your name.