<?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 Interface extending Interface in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-extending-interface/m-p/6406400#M1407074</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How one interface can extend another interface?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In classes we can use INHERITING FROM but this is not working in case of interface. Is there anyother solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Nov 2009 11:57:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-11-24T11:57:25Z</dc:date>
    <item>
      <title>Interface extending Interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-extending-interface/m-p/6406400#M1407074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How one interface can extend another interface?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In classes we can use INHERITING FROM but this is not working in case of interface. Is there anyother solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2009 11:57:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface-extending-interface/m-p/6406400#M1407074</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-24T11:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: Interface extending Interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-extending-interface/m-p/6406401#M1407075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like you are using a local class, correct? Like in a class you can also add an interface to your interface. But you can also add several interfaces to your class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is it you are trying to accomplish here? In classes obviously the inheritance is used to specialize the subclass(es). But in your case I don't see why you would want to have something alike. Interfaces do not use inheritance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2009 12:59:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface-extending-interface/m-p/6406401#M1407075</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2009-11-24T12:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: Interface extending Interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-extending-interface/m-p/6406402#M1407076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you want to use &lt;STRONG&gt;nesting&lt;/STRONG&gt; of interfaces. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer &lt;A href="http://help.sap.com/saphelp_nw70/helpdata/EN/c3/225b6254f411d194a60000e8353423/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/EN/c3/225b6254f411d194a60000e8353423/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;- section &lt;EM&gt;Nesting Interfaces&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;- section &lt;EM&gt;Interfaces and Inheritance&lt;/EM&gt; -&amp;gt; this of course is not abouth inheritance (as this is not possible from interface) but about &lt;EM&gt;polymorphism&lt;/EM&gt; via interfaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2009 13:57:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface-extending-interface/m-p/6406402#M1407076</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2009-11-24T13:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: Interface extending Interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-extending-interface/m-p/6406403#M1407077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interface doesn't represent the actual object unless you implement that interface in the class. So, you can't inherit the interface with another interface. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can implement this interface in the class say Super Class and inherit your a Sub class from this Super Class. In the Sub Class, you can implement a new interface which is only specific to subclass.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2009 14:09:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface-extending-interface/m-p/6406403#M1407077</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2009-11-24T14:09:05Z</dc:date>
    </item>
  </channel>
</rss>

