Home / Questions / What does the ExtensionOf attribute do in X++?
Explanatory Question

What does the ExtensionOf attribute do in X++?

👁 1 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

It identifies a class as an extension of another existing class, allowing developers to add new methods or modify behavior without changing the base class.