<?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: Objects and classes in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/objects-and-classes/m-p/4108104#M982375</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take a look on this: [https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/37c5db90-0201-0010-3a9b-d0a5288f3c15].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Jul 2008 16:08:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-03T16:08:27Z</dc:date>
    <item>
      <title>Objects and classes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/objects-and-classes/m-p/4108099#M982370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to ABAP Objects and i feel lil difficult  to under the concept and classes..can any one please give me with small example to easily understand about the tole of objects and classes..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Arun joseph&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 15:12:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/objects-and-classes/m-p/4108099#M982370</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-03T15:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: Objects and classes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/objects-and-classes/m-p/4108100#M982371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simply put,  classes are definintions, and an object is an instance of that definition.  So you define your class, and you can then have multiple instances of that class, which we refer to as objects of the class.  So say you have a class called "Cat", you define this class with an attribute called "color".  Now we know that you can have more than one cat, so you create an object of the class Cat, and you an assign the color as black, you can then create another object of the class Cat, and set the color as white.  Do you see the concept?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 15:23:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/objects-and-classes/m-p/4108100#M982371</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2008-07-03T15:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: Objects and classes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/objects-and-classes/m-p/4108101#M982372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah thank you so much Rich..Could you please help me out with the same logic what you have explained for Encapsulation,polymorphism and Inheritance?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Arun Joseph&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 15:33:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/objects-and-classes/m-p/4108101#M982372</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-03T15:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Objects and classes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/objects-and-classes/m-p/4108102#M982373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi arun,&lt;/P&gt;&lt;P&gt;These are very simple concepts.There is no need to worry about it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Object is an instance of a class.Class is an abstract description of an object. Class is a set of instructions that is used to build an object.  Class represents  properties of an object.&lt;/P&gt;&lt;P&gt; eg: Vehical, Car,Bird,Box,Student&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Object represents a properties of real time entity  like &lt;/P&gt;&lt;P&gt;engine, color,marks, legs,height,width etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following links provide more information with examples.    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Link:[http://help.sap.com/saphelp_nw70/helpdata/EN/c3/225b5c54f411d194a60000e8353423/frameset.htm]&lt;/P&gt;&lt;P&gt;Link:[http://help.sap.com/saphelp_nw70/helpdata/EN/c3/225b5c54f411d194a60000e8353423/frameset.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if any more doubts, come to me with your doubts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it useful, reward points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Prasad G.V.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 15:42:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/objects-and-classes/m-p/4108102#M982373</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-03T15:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: Objects and classes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/objects-and-classes/m-p/4108103#M982374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Encapsulation refers to how classes encapsulate data.  For example, I mentioned attributes in my previous post.  These attributes define data or variables inside the class, which depending on the visibility can not be accessed outside the class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 16:07:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/objects-and-classes/m-p/4108103#M982374</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2008-07-03T16:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: Objects and classes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/objects-and-classes/m-p/4108104#M982375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take a look on this: [https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/37c5db90-0201-0010-3a9b-d0a5288f3c15].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 16:08:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/objects-and-classes/m-p/4108104#M982375</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-03T16:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: Objects and classes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/objects-and-classes/m-p/4108105#M982376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Inheritance is another basic OO concept, where you have a relationship between two or more classes.  Say for example, we have a class called Animal, which has some attributes which are common for all animals, such as height, weight, max speed, etc.  This will be our "Super" class.  Next we have another class called "Tiger" which inherits from the class Animal.  So these means that the Tiger class would have the same attributes as the Animal, and might have some additional attributes specific to a tiger which are defined in the tiger class, such as "number of stripes".  So when you create an object of a tiger, you will have access to the attributes of the tiger as well as the animal.  This is the most basic example of inheritance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 16:12:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/objects-and-classes/m-p/4108105#M982376</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2008-07-03T16:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: Objects and classes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/objects-and-classes/m-p/4108106#M982377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii Arun! &lt;/P&gt;&lt;P&gt;  Check ou this link&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapbrainsonline.com/PROJECTS/TECHNICAL/SAP_projects_OBJECTS_Create_employee_class.html" target="test_blank"&gt;http://www.sapbrainsonline.com/PROJECTS/TECHNICAL/SAP_projects_OBJECTS_Create_employee_class.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Abhijeet Kulshreshtha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2008 08:40:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/objects-and-classes/m-p/4108106#M982377</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-04T08:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Objects and classes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/objects-and-classes/m-p/4108107#M982378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;consider one Game is class... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now 8 ppl want to play same game at time.. so we dont need to load game 8 times... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead just make 8 copy call object which can share game and played by all 8 ppl.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2008 09:06:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/objects-and-classes/m-p/4108107#M982378</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-04T09:06:41Z</dc:date>
    </item>
  </channel>
</rss>

