Does ABAP OO programming supports overloading methods?

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
Copyright ?2007 - 2008 www.jt77.com