hello guys,
i have a simple question to ask.
From what i have read, if im not using any modificator(for example public, friend) for class , the programm will define it automatically as a " Friend"
but if im not writing anything before "sub addition", how will the programm define it?
Thank you !!
i have a simple question to ask.
VB.NET:
Class Calculation
sub addition
...
...
end sub
End Class
From what i have read, if im not using any modificator(for example public, friend) for class , the programm will define it automatically as a " Friend"
but if im not writing anything before "sub addition", how will the programm define it?
Thank you !!