Q) What are instance methods? A)Non-static methods of a class are nothing but instance methods. These methods can be called only on the instances and hence the name. I.e. without creating the object of the class we can’t call its instance method. Share Get link Facebook X Pinterest Email Other Apps Labels Java Theory Share Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment