4 Replies
is the 2nd integer accesable from other classes (in instances of this class)?
If you don't specify an accessibility level then the member will be private.
oh okay ty
In general, if you don't specify an accessibility level then the thing will default to the lowest accessibility, which is private for members and internal for types.