Whydoes Main execute on being specified as private
Hi all,
I need your advice, please tell me why does the Main function execute on being specified as private or not being given with any access specifier. I am confused on how can a compiler access a private Main function, it just makes no sense. Please reply ASAP.
|