web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :

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

Rahul Mohta Profile Picture Rahul Mohta 21,032

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