________ is programming terms of public methods.
_____ of an object changes with behaviour.
Consider 'Fan' is an object, specify the behaviour of 'fan'
The major characteristics of ____________ is close correspondence with the real world entities.
Consider the following class: Class student { private int roll no; public student ( )
{ roll no=0; } }; What kind of constructor is used ?