Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Harley Evans   on Apr 23 In Java Category.

  
Question Answered By: Ty Thompson   on Apr 23

What is instance  method?

Actually, we can access a class  methoc by instantiate the class and
then call  the method.
Sample:

new Second().theMethod();

Share: 

 

This Question has 3 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on instance methods Or get search suggestion and latest updates.


Tagged: