#305 – Public Class Members

Class members marked with the accessibility keyword public are accessible from any code.

In the picture below, the Dog.DoBark method is marked as public.  The code in any of the blue blocks can call this method.

About Sean
Software developer in the Twin Cities area, passionate about software development and sailing.

Leave a comment