What is the difference between the static and the instance method?
Static Method: The function of the static method cannot be overridden because it is bounded within the class. It actually belongs to the class and area.
Instance Method: Whereas the instance method is basically bounded with the object and also it belongs to the heap area.
BY Best Interview Question ON 19 Dec 2019