Public modifier recap in Microsoft Dynamics 365 Finance and Operations apps
- public – Methods that are declared as public can be accessed anywhere that the class is accessible, and they can be overridden by subclasses.
- Methods that have no access modifier are implicitly public.
- Classes by default are protected
*This post is locked for comments