<?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: interface and class in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-and-class/m-p/4081781#M975988</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wuyia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Classes have Implementation whereas Interfaces do not. An interface has all public members and no implementation. An abstract class is a class which may have the usual flavors of class members (private, protected, etc.), but has some abstract methods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i) Interfaces enable multiple inheritances to the object.&lt;/P&gt;&lt;P&gt;ii)Interfaces contain only the definitions for the members without implementation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Jul 2008 10:01:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-10T10:01:27Z</dc:date>
    <item>
      <title>interface and class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-and-class/m-p/4081777#M975984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi every one, I'm a new abaper. Can anyone explain me what is interface and what is class, and, what's the difference between them? Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 09:44:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface-and-class/m-p/4081777#M975984</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T09:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: interface and class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-and-class/m-p/4081778#M975985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basic difference is , A class can have a object but interface cannot have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sriram Ponna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 09:47:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface-and-class/m-p/4081778#M975985</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T09:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: interface and class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-and-class/m-p/4081779#M975986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just read &lt;A href="http://help.sap.com" target="test_blank"&gt;http://help.sap.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 09:48:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface-and-class/m-p/4081779#M975986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T09:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: interface and class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-and-class/m-p/4081780#M975987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;well here it is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface is the place where data get excahnged &lt;/P&gt;&lt;P&gt;also  interface do not have any code in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it have the defiantion of method and defined  import export parementers &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its the class which impliments the interface .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;means which write the code as per the defination for that interface and pass the impoert ex[pot partameter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chees&lt;/P&gt;&lt;P&gt;Snehi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 09:50:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface-and-class/m-p/4081780#M975987</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T09:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: interface and class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-and-class/m-p/4081781#M975988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wuyia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Classes have Implementation whereas Interfaces do not. An interface has all public members and no implementation. An abstract class is a class which may have the usual flavors of class members (private, protected, etc.), but has some abstract methods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i) Interfaces enable multiple inheritances to the object.&lt;/P&gt;&lt;P&gt;ii)Interfaces contain only the definitions for the members without implementation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 10:01:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface-and-class/m-p/4081781#M975988</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T10:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: interface and class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-and-class/m-p/4081782#M975989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; In another words,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Interface is just a common place where we store some methods and events ( without logic )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This interface can be included in classes.The methods and events are derived to that class from interface then. The logic should be written inside methods of class. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Inheritance you can see single parent class can have multiple child classes but not vice versa. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So to have the facility of this kind of inheritance the concept of Interface arrives.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 10:05:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface-and-class/m-p/4081782#M975989</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T10:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: interface and class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-and-class/m-p/4081783#M975990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wuyia nata,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What is an Interface?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A Java keyword used to define a collection of method definitions and constant values. It can later be implemented by classes that define this interface with the "implements" keyword.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What is a class?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; A class definition defines instance and class variables and methods, as well as specifying the interfaces the class implements and the immediate superclass of the class. If the superclass is not explicitly specified, the superclass will implicitly be Object. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For further information and the process of implementing you please refer these links. You will having some clear picture.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://java.sun.com/docs/books/tutorial/java/concepts/class.html" target="test_blank"&gt;http://java.sun.com/docs/books/tutorial/java/concepts/class.html&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://java.sun.com/docs/books/tutorial/java/concepts/interface.html" target="test_blank"&gt;http://java.sun.com/docs/books/tutorial/java/concepts/interface.html&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://java.sun.com/docs/books/tutorial/java/IandI/createinterface.html" target="test_blank"&gt;http://java.sun.com/docs/books/tutorial/java/IandI/createinterface.html&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://www.geekinterview.com/question_details/22958" target="test_blank"&gt;http://www.geekinterview.com/question_details/22958&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Swamy Kunche&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 10:07:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface-and-class/m-p/4081783#M975990</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T10:07:45Z</dc:date>
    </item>
  </channel>
</rss>

