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