<?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: Shagun-tom</title>
    <description>The latest articles on DEV Community by Shagun-tom (@shaguntom).</description>
    <link>https://dev.to/shaguntom</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%2F3449062%2Fc31fb0c7-bf5b-4dc6-aa64-debba0d1dcb1.jpg</url>
      <title>DEV Community: Shagun-tom</title>
      <link>https://dev.to/shaguntom</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shaguntom"/>
    <language>en</language>
    <item>
      <title>OOPS IN PROGRAMMING</title>
      <dc:creator>Shagun-tom</dc:creator>
      <pubDate>Sat, 18 Oct 2025 03:31:38 +0000</pubDate>
      <link>https://dev.to/shaguntom/oops-in-programming-1kpe</link>
      <guid>https://dev.to/shaguntom/oops-in-programming-1kpe</guid>
      <description>&lt;p&gt;OOPS stand for object oriented programming system&lt;br&gt;
it is a main concept in programming 🖥️ language such as java and python or more .&lt;br&gt;
it make code readable, reusable, scalable and modular .&lt;br&gt;
it have few concepts such as class, object and main four pillars.&lt;br&gt;
CLASS : class a is blueprint of an object . &lt;br&gt;
example - construction design for home.&lt;br&gt;
OBJECT : real identity .&lt;br&gt;
example : actual home.&lt;/p&gt;

&lt;p&gt;FOUR MAIN PILLARS -&amp;gt;&lt;/p&gt;

&lt;p&gt;Inheritance :- access property from parent class &lt;br&gt;
 eg:- single level, multi level &lt;/p&gt;

&lt;p&gt;Abstraction : hiding internal details . if we make a class abstraction then the whole class become abstract . to make a class abstract we use abstract keyword . &lt;/p&gt;

&lt;p&gt;Polymorphism :- poly means many and morphism means form . hence the overall mean is one identity have many form . &lt;br&gt;
  eg:- phone&lt;/p&gt;

&lt;p&gt;Encapsulation :- wrap class, method and other data in one .&lt;br&gt;
in enhance privacy by making class private . &lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>beginners</category>
      <category>java</category>
    </item>
    <item>
      <title>react and django</title>
      <dc:creator>Shagun-tom</dc:creator>
      <pubDate>Wed, 10 Sep 2025 09:59:12 +0000</pubDate>
      <link>https://dev.to/shaguntom/react-and-django-4maa</link>
      <guid>https://dev.to/shaguntom/react-and-django-4maa</guid>
      <description></description>
    </item>
    <item>
      <title>Idempotent</title>
      <dc:creator>Shagun-tom</dc:creator>
      <pubDate>Thu, 21 Aug 2025 13:48:41 +0000</pubDate>
      <link>https://dev.to/shaguntom/idempotent-3fcn</link>
      <guid>https://dev.to/shaguntom/idempotent-3fcn</guid>
      <description>&lt;p&gt;Idempotent means doing a work multiple times but get same output . &lt;br&gt;
Example 1:- you press like button on Instagram but if you press it once or 10 times your like will consider only onces. &lt;br&gt;
-&amp;gt; it insure one like per user.&lt;br&gt;
Example 2 :- &lt;br&gt;
int x = 5;&lt;br&gt;
int x = 5;&lt;br&gt;
int x = 5;&lt;br&gt;
if i assign x = 5 once or multiple times it's value remaining same.&lt;/p&gt;

&lt;p&gt;Advantages:-&lt;br&gt;
-&amp;gt; Privacy &lt;br&gt;
-&amp;gt; times saver&lt;br&gt;
-&amp;gt; API saftey &lt;/p&gt;

</description>
      <category>software</category>
      <category>api</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
