What is the difference between overloading and overriding?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
• Overloading: Same function name, different signatures.
• Overriding: Redefining a base class's function in a derived class using the same signature.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
• Overloading: Same function name, different signatures.
• Overriding: Redefining a base class's function in a derived class using the same signature.
| Is This Answer Correct ? | 0 Yes | 0 No |
• Overloading: Same function name, different signatures.
• Overriding: Redefining a base class's function in a derived class using the same signature.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why do we provide Configuration key & Security Key?
What is cache look up? More questions on regarding cache look up?
How to create runtime query?
What is the Runbase Stack?
How to lock transactions?
Which classes are used for data import export?
How to open exe file in Ax?
What is the main utility of classes in standard Ax?
What is the thin and thick or fat client in the configurations?
What is init() method in a form?
Explain the Caching mechanism in AX ?
How to design a form in AX using X++?