<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic oops-method overloading in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/oops-method-overloading/m-p/2469010#M554834</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any phenomenon by name method overloading in abap like java.If it was there can any body explain it in detail,or if it was not there ,then is there any other phenomenon which have a similar functionality like method overloading.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Jul 2007 08:14:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-03T08:14:33Z</dc:date>
    <item>
      <title>oops-method overloading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/oops-method-overloading/m-p/2469010#M554834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any phenomenon by name method overloading in abap like java.If it was there can any body explain it in detail,or if it was not there ,then is there any other phenomenon which have a similar functionality like method overloading.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 08:14:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/oops-method-overloading/m-p/2469010#M554834</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T08:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: oops-method overloading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/oops-method-overloading/m-p/2469011#M554835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there is no overloading in abap oops&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 10:45:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/oops-method-overloading/m-p/2469011#M554835</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T10:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: oops-method overloading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/oops-method-overloading/m-p/2469012#M554836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no method overloading in ABAP./ But there is something called a redefinition. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you inherit a class from a super class, you can redifne a method. You cannot chnage the signature( Interface)  of the method. It will remain the same as that of the super class.You must redefine a method in the same visibility section in which it appears in the superclass.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLASS C_SUPER_CLASS DEFINITION . &lt;/P&gt;&lt;P&gt;PUBLIC SECTION. &lt;/P&gt;&lt;P&gt;   METHODS: DRIVE , &lt;/P&gt;&lt;P&gt;            STOP. &lt;/P&gt;&lt;P&gt;   PROTECTED SECTION. &lt;/P&gt;&lt;P&gt;     DATA SPEED TYPE I. &lt;/P&gt;&lt;P&gt;ENDCLASS. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLASS C_SUPER_CLASS IMPLEMENTATION. &lt;/P&gt;&lt;P&gt;  METHOD DRIVE. &lt;/P&gt;&lt;P&gt;    SPEED = 0. &lt;/P&gt;&lt;P&gt;    WRITE: / 'Bike speed =', SPEED. &lt;/P&gt;&lt;P&gt;  ENDMETHOD. &lt;/P&gt;&lt;P&gt;ENDCLASS. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLASS C_SUB_CLASS DEFINITION INHERITING FROM C_SUPER_CLASS. &lt;/P&gt;&lt;P&gt;  PUBLIC SECTION. &lt;/P&gt;&lt;P&gt;    METHODS DRIVE  REDEFINITION. &lt;/P&gt;&lt;P&gt;ENDCLASS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLASS C_SUB_CLASS IMPLEMENTATION. &lt;/P&gt;&lt;P&gt;  METHOD DRIVE. &lt;/P&gt;&lt;P&gt;    SPEED = SPEED + 10. &lt;/P&gt;&lt;P&gt;    WRITE: / 'Bicycle speed =', SPEED. &lt;/P&gt;&lt;P&gt;  ENDMETHOD. &lt;/P&gt;&lt;P&gt;ENDCLASS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 11:23:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/oops-method-overloading/m-p/2469012#M554836</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T11:23:30Z</dc:date>
    </item>
  </channel>
</rss>

