Question:
Do you know if ABAP Object Oriented programming supports overloaded methods, that is, method names could be SAME but the parameters for it could be different?
Answer:
No, ABAP Objects (AO) does not support overloading.
Some standard functions are overloaded though, like ABS, CEIL, FLOOR, FRAC, etc. but not in AO