Hi, I know that attributes can be set public
, friendly
or private
to specify its visibility.
Is there a way I can declare a friendly
method? I want it to be accessible only from objects of classes of the same package.
Thanks you, a beginner here :(.