Answer:
Instance members are the class members which operate on the instance of a particular type.
In other words, when a method or property declarations does not include any static keyword, then it declares an instance member.
They can be data members or function members.
ToString method of type Int is an example of an instance member.
Asked In: Spotted While Learning |
Alert Moderator