<?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: How to learn OOPS ABAP ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-learn-oops-abap/m-p/12558844#M2007493</link>
    <description>&lt;P&gt;  &lt;SPAN class="mention-scrubbed"&gt;sandra.rossi&lt;/SPAN&gt; you high light the main difference, in ABAP you have to DEFINE &amp;amp; to IMPLEMENT a class. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; &lt;/P&gt;</description>
    <pubDate>Mon, 28 Feb 2022 05:37:27 GMT</pubDate>
    <dc:creator>FredericGirod</dc:creator>
    <dc:date>2022-02-28T05:37:27Z</dc:date>
    <item>
      <title>How to learn OOPS ABAP ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-learn-oops-abap/m-p/12558842#M2007491</link>
      <description>&lt;P&gt;Hi folks,&lt;/P&gt;
  &lt;P&gt;I am new here and want to learn oops ABAP. Basically I know all the basic concept of OOPS in other language like C++ and JAVA but i am not able to find a proper tutorial or a way to go through in YouTube and other platforms. Can anyone recommend any course of way to learn OOPS in ABAP.&lt;/P&gt;
  &lt;P&gt;Thanks in Advance.&lt;/P&gt;</description>
      <pubDate>Sun, 27 Feb 2022 10:02:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-learn-oops-abap/m-p/12558842#M2007491</guid>
      <dc:creator>former_member4113</dc:creator>
      <dc:date>2022-02-27T10:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to learn OOPS ABAP ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-learn-oops-abap/m-p/12558843#M2007492</link>
      <description>&lt;P&gt;Why would it be different in ABAP. If you know OO, you just need the syntax in ABAP and I don't see anything complex to learn. Even ABAP documentation should give you the syntax.&lt;/P&gt;&lt;P&gt;CLASS myclass DEFINITION.&lt;/P&gt;&lt;P&gt;PUBLIC SECTION.&lt;/P&gt;&lt;P&gt;METHODS mymethod.&lt;/P&gt;&lt;P&gt;CLASS myclass IMPLEMENTATION.&lt;/P&gt;&lt;P&gt;METHOD mymethod.&lt;/P&gt;&lt;P&gt;object-&amp;gt;attribute&lt;/P&gt;&lt;P&gt;object-&amp;gt;method( parameter )&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;</description>
      <pubDate>Sun, 27 Feb 2022 14:20:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-learn-oops-abap/m-p/12558843#M2007492</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-02-27T14:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to learn OOPS ABAP ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-learn-oops-abap/m-p/12558844#M2007493</link>
      <description>&lt;P&gt;  &lt;SPAN class="mention-scrubbed"&gt;sandra.rossi&lt;/SPAN&gt; you high light the main difference, in ABAP you have to DEFINE &amp;amp; to IMPLEMENT a class. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 05:37:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-learn-oops-abap/m-p/12558844#M2007493</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2022-02-28T05:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to learn OOPS ABAP ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-learn-oops-abap/m-p/12558845#M2007494</link>
      <description>&lt;P&gt;&lt;SPAN class="mention-scrubbed"&gt;frdric.girod&lt;/SPAN&gt; ABAP is like C on this aspect, if I remember well.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 07:44:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-learn-oops-abap/m-p/12558845#M2007494</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-02-28T07:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to learn OOPS ABAP ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-learn-oops-abap/m-p/12558846#M2007495</link>
      <description>&lt;P&gt;I don't think : &lt;/P&gt;&lt;P&gt;&lt;A href="https://www.geeksforgeeks.org/c-classes-and-objects/#:~:text=A%20class%20is%20defined%20in,memory%20or%20storage%20is%20allocated" target="test_blank"&gt;https://www.geeksforgeeks.org/c-classes-and-objects/#:~:text=A%20class%20is%20defined%20in,memory%20or%20storage%20is%20allocated&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;(and as Sandra could say, it is C++  not C !! &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; )&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 09:05:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-learn-oops-abap/m-p/12558846#M2007495</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2022-02-28T09:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to learn OOPS ABAP ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-learn-oops-abap/m-p/12558847#M2007496</link>
      <description>&lt;P&gt;OK, C++ &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 14:51:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-learn-oops-abap/m-p/12558847#M2007496</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-02-28T14:51:55Z</dc:date>
    </item>
  </channel>
</rss>

