Download presentation
Presentation is loading. Please wait.
Published byNisar Kangoo Modified over 6 years ago
9
Using local variable without initialization is an error
10
After Initialization you can use a local variable
11
A variable declared in one method is local variable to it and cannot be used in another method
12
An instance variable can be used by any method of the class
13
A parameter of one method cannot be used in another method without passing to that.
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.