<?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 Re: constructor in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/constructor/m-p/3039655#M719300</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;Constructor overloading is not their in ABAP since we are using the same name constructor in every class.So that a conflict occurs while recognising the name.&lt;/P&gt;&lt;P&gt;so that is not in a state to recognize that method.&lt;/P&gt;&lt;P&gt;however constructor overriding is possible.&lt;/P&gt;&lt;P&gt;It means nothing but we are redefining the method in the sub class.&lt;/P&gt;&lt;P&gt;if want the code i will send u that will expalin .&lt;/P&gt;&lt;P&gt;Otherwise you go for ABAPDOCU-tcode.u can get clear examples in that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WITH REGARDS,&lt;/P&gt;&lt;P&gt;Lokesh@EDS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Oct 2007 10:18:46 GMT</pubDate>
    <dc:creator>lokesh_kamana</dc:creator>
    <dc:date>2007-10-26T10:18:46Z</dc:date>
    <item>
      <title>constructor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/constructor/m-p/3039652#M719297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is constructor overloading or construtor overriding possible.If so how.Can the constructor of super class redefined in subclasses.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 06:01:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/constructor/m-p/3039652#M719297</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-26T06:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: constructor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/constructor/m-p/3039653#M719298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;One of the use of calling constructor of  super class in  a subclass is while before calling the constructor of subclass if you want to access the methods,or if u want to handle any data/information of a super class in a subclass u can call the consttructor of superclass. but i dont think we can redefine the constructor of superclass in subclass&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 06:39:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/constructor/m-p/3039653#M719298</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-26T06:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: constructor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/constructor/m-p/3039654#M719299</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;Constructor overloading is not there in abap. As a matter of fact Overloading concept is not there in abap. &lt;/P&gt;&lt;P&gt;Overriding is there. In a constructor of sub class you can call super class constructor by using SUPER-&amp;gt;constructor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont have time now.. otherwise i would have given u code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u need it just give a reply....Reward points .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aleem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 10:09:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/constructor/m-p/3039654#M719299</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-26T10:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: constructor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/constructor/m-p/3039655#M719300</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;Constructor overloading is not their in ABAP since we are using the same name constructor in every class.So that a conflict occurs while recognising the name.&lt;/P&gt;&lt;P&gt;so that is not in a state to recognize that method.&lt;/P&gt;&lt;P&gt;however constructor overriding is possible.&lt;/P&gt;&lt;P&gt;It means nothing but we are redefining the method in the sub class.&lt;/P&gt;&lt;P&gt;if want the code i will send u that will expalin .&lt;/P&gt;&lt;P&gt;Otherwise you go for ABAPDOCU-tcode.u can get clear examples in that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WITH REGARDS,&lt;/P&gt;&lt;P&gt;Lokesh@EDS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 10:18:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/constructor/m-p/3039655#M719300</guid>
      <dc:creator>lokesh_kamana</dc:creator>
      <dc:date>2007-10-26T10:18:46Z</dc:date>
    </item>
  </channel>
</rss>

