<?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: OOPS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/oops/m-p/4507023#M1066192</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  -&amp;gt; : This is a Object Component selector; by this reference variable of class calls the instance attributes or instance methods of the class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In DEFINITION part of class, you define the attributes and methods of class, visibility concept is also defined in DEFINITION part of class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In IMPLEMENTATION part of class, methods defined in definition part are implemented.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Debugging starts with CREATE OBJECT because processing of Object Oriented program always starts after creating the runtime object of a class(its a general rule). Class is just a description, to access the class or to make use of class, you have to create runtime object of class by using CREATE OBJECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Abhijeet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Sep 2008 05:31:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-24T05:31:32Z</dc:date>
    <item>
      <title>OOPS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/oops/m-p/4507022#M1066191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to oops concept. I want to gain better understanding on this topic. Please help me to gain the knowledge on this important topic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please explain me &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)CLASS1-&amp;gt;W_TEXT :           -&amp;gt;    - what this symbol represents in coding.&lt;/P&gt;&lt;P&gt;2) what is the role of DEFINITION and IMPLEMENTATION.&lt;/P&gt;&lt;P&gt;3)  while debugging , it started with CREATE OBJECT , any general rule on this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Nani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2008 05:10:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/oops/m-p/4507022#M1066191</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-24T05:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: OOPS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/oops/m-p/4507023#M1066192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  -&amp;gt; : This is a Object Component selector; by this reference variable of class calls the instance attributes or instance methods of the class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In DEFINITION part of class, you define the attributes and methods of class, visibility concept is also defined in DEFINITION part of class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In IMPLEMENTATION part of class, methods defined in definition part are implemented.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Debugging starts with CREATE OBJECT because processing of Object Oriented program always starts after creating the runtime object of a class(its a general rule). Class is just a description, to access the class or to make use of class, you have to create runtime object of class by using CREATE OBJECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Abhijeet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2008 05:31:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/oops/m-p/4507023#M1066192</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-24T05:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: OOPS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/oops/m-p/4507024#M1066193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) symbol -&amp;gt; is used to access the attributes, methods of the object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Definition: It is used to define a class i.e defining attributes and method prototypes.&lt;/P&gt;&lt;P&gt;   Implementation: It is used to provide the code to the methods i.e we will implement methods. In definition just we will provide signature of the method. &lt;/P&gt;&lt;P&gt;3) create object is used to create instance of the class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need more i will explain u with example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naveen Kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2008 05:36:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/oops/m-p/4507024#M1066193</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-24T05:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: OOPS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/oops/m-p/4507025#M1066194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the immediate reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2008 06:13:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/oops/m-p/4507025#M1066194</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-24T06:13:27Z</dc:date>
    </item>
  </channel>
</rss>

