Presentation is loading. Please wait.

Presentation is loading. Please wait.

Using local variable without initialization is an error.

Similar presentations


Presentation on theme: "Using local variable without initialization is an error."— Presentation transcript:

1

2

3

4

5

6

7

8

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.

14


Download ppt "Using local variable without initialization is an error."

Similar presentations


Ads by Google