<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Ojus Kapoor</title>
    <description>The latest articles on DEV Community by Ojus Kapoor (@ojus_coder).</description>
    <link>https://dev.to/ojus_coder</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1640829%2F27914f29-3cfd-449f-bc92-fb077a95cfd0.png</url>
      <title>DEV Community: Ojus Kapoor</title>
      <link>https://dev.to/ojus_coder</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ojus_coder"/>
    <language>en</language>
    <item>
      <title>RECURSION</title>
      <dc:creator>Ojus Kapoor</dc:creator>
      <pubDate>Mon, 17 Jun 2024 18:01:53 +0000</pubDate>
      <link>https://dev.to/ojus_coder/recursion-3nop</link>
      <guid>https://dev.to/ojus_coder/recursion-3nop</guid>
      <description>&lt;p&gt;A function may call other functions, including calling itself.A function that calls itself until the base condition is satisfied is known as a Recursive function, and the technique of using a recursive function is called Recursion.&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>cschallenge</category>
      <category>computerscience</category>
      <category>beginners</category>
    </item>
    <item>
      <title>ABSTRACTION</title>
      <dc:creator>Ojus Kapoor</dc:creator>
      <pubDate>Mon, 17 Jun 2024 17:38:34 +0000</pubDate>
      <link>https://dev.to/ojus_coder/abstraction-4eg7</link>
      <guid>https://dev.to/ojus_coder/abstraction-4eg7</guid>
      <description>&lt;p&gt;Abstraction is a Principle of OOP used to hide unnecessary information and display only necessary information.For example you can start a car by turning the key or pressing the start button.You don't need to know how the engine is getting started.&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>cschallenge</category>
      <category>computerscience</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
