Accenture Interview Question

what is global class and local class

Interview Answer

Anonymous

Mar 19, 2021

global class is a class which we can access in any of our programs where as local class you can access through out the program and can not use in other programs.