This is the forum to discuss the Wrox book Beginning Visual C# 2005 by Karli Watson, Christian Nagel, Jacob Hammer Pedersen, Jon D. Reid, Morgan Skinner, Eric White; ISBN: 9780764578472
You are currently viewing the BOOK: Beginning Visual C# 2005 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
HI Havadema,
Internal is not the same as private. Internal is an access modifier unique to .NET (as far as I know). (I think) You can not use the private access modifier in classes unless they are types within a class.
Internal however refers to classes that are only accessable to other classes within the same assembly and not the entire programme.
Hi Madkour,
Thank you for your remarks, I had something mixed up, class-methods are by default private, but classes are different stuff. So probably you are right.
Thanks,
Regards, hevadema.