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 :

Extensions of final methods

Martin Dráb Profile Picture Martin Dráb 240,609 Most Valuable Professional
Let’s assume that D365 F&O comes with the following class and we want to extend its showInfo() method: class Demo { public static void main(Args _args) { new Demo().showInfo(); }   public final void showInfo() { info("Base"); }   } Let’s try the usual approach, Chain of Command: [ExtensionOf(classStr(Demo))] internal final class Demo_Extension { public ...

Continue reading ‘Extensions of final methods’ »


This was originally posted here.

Comments

*This post is locked for comments