D
David
Lets say you have a class named myclass and in this class
you have a sub named mysub. How would you access this sub
from within a module outside of this class named mymodule
with these access types.
public
protected
friend
protected friend
private
static
shared
shadows
readOnly
Or else try to explain these types some other way.
you have a sub named mysub. How would you access this sub
from within a module outside of this class named mymodule
with these access types.
public
protected
friend
protected friend
private
static
shared
shadows
readOnly
Or else try to explain these types some other way.