Skeleton of declaring class is:
<>:Required
[]:Optional
[private/public/protected/internal] class <Desired Class Name> [:[Inherited class][,][[Interface Name 1],[Interface Name 2],...]
{
//Your code
}
Don't worry if you can't understand whole syntax,We'll be get familiar wit...