instance and static methods in x++

 what is instance method in x++?


Instance method is  a method which require an object of its class to be created before it can be called. 


what is static method in x++?


Static methods is a method in x++ that can be called without creating an object of class.

Comments

Popular posts from this blog

how to post trade agreement journals automatically using x++ code

How to Create a wizard in x++ d365

x++ code to submit and approve and reject the invent movement workflow in d365 F&O