Public methods are methods that are accessible both inside and outside the scope of your class . Any instance of that class will have access to public methods and can invoke them.
Public methods are methods that are accessible both inside and outside the scope of your class . Any instance of that class will have access to public methods and can invoke them.