What is the difference between overloading and overriding?
Answer Posted / hr@tgksolutions.com
• 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 RunBase?
What is Primary index and Clustered index?
What is Abstract Class in Ax? How you will define?
What is Label Intervals?
What is the execute method? How many times it calls?
What are macros?
How can we restrict a class to be further extended?
What is layer architecture?
What is surrogate key in ax 2012 ?
What is cloud computing? How it is configured in AX?
What is Table Collections?
How to move modifications from dev instance to Test and Prod instance?
Define conpeek()?
Tell me Interfaces Classes in Ax?
Instead of multiple inheritance what we use in Ax?