Skip to main content

Notifications

Announcements

No record found.

Overriding vs. overloading recap in Microsoft Dynamics 365 Finance and Operations apps

Overriding vs. overloading recap in Microsoft Dynamics 365 Finance and Operations apps

Overriding occurs when the superclass’s implementation of a method is changed by the subclass’s implementation of that method, but the signatures of both methods are the same.

By contrast, overloading occurs when more than one method has the same name, but the methods have different signatures (return types, parameter lists, or both). X++ supports overriding, but it doesn’t support overloading.

Comments

*This post is locked for comments