<?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: Regarding  private methods in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-private-methods/m-p/3847301#M924964</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii.........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These areas define the external visibility of the class components, that is the Interface between the class and its Users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Each component of a class must be assigned to one of the visibility sections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Public Section: All of the components declared in the public section are accessible to all users of the class, and to the methods of the class and any classes that inherit from it. The public components of the class of the interface between the class and its users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Protected Section: All of the components declared in the protected section are accessible to all method of the class and of classes that inherit from it. Protected components from a special Interface between a class and its subclasses. Since inheritance is not active in Release 4.5B, the protected section currently has the same effect as the private section.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Private Section : Components that you declare in the private section are only visible in the methods of the same class. The private components are not part of the external interface of the class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;sg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 May 2008 05:46:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-16T05:46:44Z</dc:date>
    <item>
      <title>Regarding  private methods</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-private-methods/m-p/3847299#M924962</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;experts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; let me give the details how  to use the private methods  in the class,&lt;/P&gt;&lt;P&gt;hw can i pass the data, wt is procedure to  using  private methods in the class&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please provide  some  samples regarding  private methods&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;Spanadana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 05:24:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-private-methods/m-p/3847299#M924962</guid>
      <dc:creator>spandana_babu</dc:creator>
      <dc:date>2008-05-16T05:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding  private methods</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-private-methods/m-p/3847300#M924963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi  &lt;/P&gt;&lt;P&gt;  private methods r similar to normal method and u can pass value to them as u do for else .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the difference is u can not access private method out side the class in which u defined them .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;these are access modifiers , there r three type of these , &lt;/P&gt;&lt;P&gt;public&lt;/P&gt;&lt;P&gt;private&lt;/P&gt;&lt;P&gt;protected&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check these for details in any document related to access modifier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 05:36:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-private-methods/m-p/3847300#M924963</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-16T05:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding  private methods</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-private-methods/m-p/3847301#M924964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii.........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These areas define the external visibility of the class components, that is the Interface between the class and its Users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Each component of a class must be assigned to one of the visibility sections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Public Section: All of the components declared in the public section are accessible to all users of the class, and to the methods of the class and any classes that inherit from it. The public components of the class of the interface between the class and its users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Protected Section: All of the components declared in the protected section are accessible to all method of the class and of classes that inherit from it. Protected components from a special Interface between a class and its subclasses. Since inheritance is not active in Release 4.5B, the protected section currently has the same effect as the private section.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Private Section : Components that you declare in the private section are only visible in the methods of the same class. The private components are not part of the external interface of the class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;sg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 05:46:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-private-methods/m-p/3847301#M924964</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-16T05:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding  private methods</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-private-methods/m-p/3847302#M924965</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;&lt;/P&gt;&lt;P&gt; THANKS  TO REPLY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CAN U  GIVE  SOME SIMPLE  EXAMPLE REGARDING &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HW  CAN I USE   THE PRIVATE METHOD IN  THE CLASS,&lt;/P&gt;&lt;P&gt;HW CAN I PASS THE PARAMETRS TO PRIVATE &amp;amp; HW  TO GET RESULT OF PRIVATE METHODS&lt;/P&gt;&lt;P&gt; CANU GIVE SIMPLE  EXAMPLE.&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;SPANDANA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 07:08:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-private-methods/m-p/3847302#M924965</guid>
      <dc:creator>spandana_babu</dc:creator>
      <dc:date>2008-05-16T07:08:00Z</dc:date>
    </item>
  </channel>
</rss>

