Day 7-Static and Instance Method

1-When  a method include static,that method is said to be a static method
    Else
    The Method is said to be an Instance Method

2-Static Method is invoked using a class name,where instance method is invoked
   using a instance of  a class name

3-In Instance Method,Multiple instance of a class is created and When Method is
   Static There is no instance of that method and you can invoke only that one
   definition of the static method


Click To Zoom Image