method without access modifier
Posted
by Leroy Jenkins
on Stack Overflow
See other posts from Stack Overflow
or by Leroy Jenkins
Published on 2010-05-26T23:11:29Z
Indexed on
2010/05/26
23:21 UTC
Read the original article
Hit count: 263
Ok this is bugging me.. I know Ive read it somewhere and google isnt helping.
what is the accessibility level of a method that does not specify an access modifier?
void Foo()
{
//code
}
I want to say its internal but Im not 100% sure.
© Stack Overflow or respective owner