What is a Static method?

Static methods are those which can be called from another class without instantiating an object of the class where it has been declared. It can be called directly after the class name for e.g. classname.staticmethod
A static method is declared by using the keyword 'static'

Comments

Popular posts from this blog

jQuery Basics

What is the difference between a Page Layout and Master Page in SharePoint?

Accessing data from SharePoint 2010 to an ASP.NET application