Net C# Part 5 Topics
1.Method
Method Creation
2. Create class
Create method in side other class of same page and
Create method in side other class of other page
3.polymorphism -overloading and overriding
4.interface
Create interface
Implement interfaces inside a class