In reply to harsh pandya:
In the class methods you are not accessing any class properties and the methods are not virtual, so you can call those methods without creating objects.
But in case if you are accessing class properties inside the methods & if the methods are virtual then first we need to create the object before calling the methods.