|
-
Apr 24th, 2007, 10:27 AM
#1
[In general]Default access specifier of class and methods
A VB Book by Francesco Balena tells that it is Friend or Internal as in C# for a class. Methods are private by default.
But the ILDASM of EXE states that class is also private, by default.
But if default access specifier of class is private, then how am I able to create objects of them in other classes, essentially in the same assembly??
Any pointers??
Thank you
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|