static methos

                                                 Static Method

    1.The static method cannot call a non static method in the same class
    
    2.no need instance creation for access static variable

    3. The static method can be sealed

    4.They are not contain instance constructors