What is the difference between overloading and overriding?
Answer Posted / 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 |
Post New Answer View All Answers
What is the function of super() ?
How to change Standard table as temporary table ?
What is delete actions and what is Cascade+Restricted?
Table method sequences? Validate write and write methods? Need of write method?
what is Composite query?
What kind of methods you will create will create a Particular Table?
What are the keywords used to access data from "multiple companies" and "one company to another company".
What is Run base framework?
When you open a report, how many times call the fetch?
Tell me Interfaces Classes in Ax?
What is the frameworks in Ax ?
Difference between validate write and validate field?
How do the following methods work in a form DS?
validateWrite() method can be written in form datasource as well as table level, when should we write it in form DS and when in table. Similar in case of write() method?
Where is the best place to write the logic in ax?