An instance member ...
Select 2 options
Correct Options are : A D
An instance member belongs to a single instance, not the class as a whole.
An instance member is a member variable or a member method that belongs to a specific object instance.
All non-static members are instance members.