Select from following answers:- Global Variables
- Static Variables
- Instance Variables
- Local Variables
- All Above
Local Variables are declared within the method of a class and are only accessed by that class.
These are variables with block scope as they are accessed only by that particular block of code.
Show Correct Answer
Asked In: Spotted While Learning |
Alert Moderator