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 |
Do we have validate write and validate field in form level?
What is the frameworks in Ax ?
Utility and use of find method?
Instead of multiple inheritance what we use in Ax?
What is optimistic concurrency control and pessimistic concurrency control?
Explain the properties of a form datasource?
How to change Standard table as temporary table ?
What is init() method in a form?
What is table properties of formRef and ReportRef ?
Explain Pack and Unpack method?
What is the default index for a table?
Where is the best place to write code to perform filter in a form?