Business Central 2024 Wave 2: Extending Interfaces
SilverAdo2021
590
Interfaces were introduced a few versions ago but now you can extend one or more existing interfaces when you declare an interface. When implementing an interface you’re signing a contract, through which you must implement all methods from all extended interfaces. Benefits of using Interfaces Enhanced Readability and Maintenance: They serve as documentation by clearly […]
The post Business Central 2024 Wave 2: Extending Interfaces appeared first on Business Central Musings.
This was originally posted here.
*This post is locked for comments