Accenture interview question

what is global class and local class

Interview Answer

Anonymous

19 Mar 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.