Wednesday 25 September 2013

What is Instance variables in Classes?

Ques:-What is Instance variables in Classes?

Ans:- An instance variable of a class come into existence when a new instance of class is created.
The initial value of an instance  variable of class is the default value.

For the purpose of definite assignment checking, an instance variable of class is considered initially assigned.

No comments:

Post a Comment