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 |
Define MorphX?
What is table properties of formRef and ReportRef ?
What is initvalue() in a table and in a form?
How can we provide user level/user group level security - By using security keys?
What is the basic structure of a form?
Define condel()?
How to give null in select query?
What are delete actions in ax ?
What are the Types of Relations.
How to create runtime query?
How to design a form in AX using X++?
How to change Standard table as temporary table ?