1.

What is accessible by instance method? ​

Answer»

ANSWER:

MARK as brainlist

Explanation:

INSTANCE methods are those methods which are defined as non static. For instance methods, both class VARIABLES and instance variables are accessible. ... So, class variables are those variables which are DECLARED using the static keyword while instance methods are the methods which are not declared using static keyword.



Discussion

No Comment Found