Why is it not a good practice to use Module in a project

 Posted by deccansoft on 9/17/2010 | Category: C# Interview questions | Views: 1942


Because every public member of a module is treated as Global Member and it can
be accessed in any part of the application without explicitly using
module name and this is against object oriented principles


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response