What are instance and local variables?
Instance variable or class variables are the same thing are created inside a class and outside the method and can be accessed by everymethod
Whereas local variables are created inside a block such as, inside method or constructor and they can be o...
hashcodehub.hashnode.dev1 min read