using System;
class ClassName
{
Variable declaration
Method Declaration
public static void Main(string []args)
{
Create class Object
Alocate Memory to Object
Call Functions from the Class
}
}
class ClassName
{
Variable declaration
Method Declaration
public static void Main(string []args)
{
Create class Object
Alocate Memory to Object
Call Functions from the Class
}
}