<?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: Ayoub</title>
    <description>The latest articles on DEV Community by Ayoub (@ayou_b9).</description>
    <link>https://dev.to/ayou_b9</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%2F273079%2F03edbf0b-9ac1-468e-aeeb-3b251b556aa7.jpg</url>
      <title>DEV Community: Ayoub</title>
      <link>https://dev.to/ayou_b9</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ayou_b9"/>
    <language>en</language>
    <item>
      <title>Difference between Constructors and Methods in Java</title>
      <dc:creator>Ayoub</dc:creator>
      <pubDate>Wed, 24 Nov 2021 14:39:48 +0000</pubDate>
      <link>https://dev.to/ayou_b9/difference-between-constructors-and-methods-in-java-jn9</link>
      <guid>https://dev.to/ayou_b9/difference-between-constructors-and-methods-in-java-jn9</guid>
      <description>&lt;p&gt;The main difference is&lt;/p&gt;

&lt;p&gt;1.Constructor are used to initialize the state of object,where as method is expose the behaviour of object.&lt;/p&gt;

&lt;p&gt;2.Constructor must not have return type where as method must have return type.&lt;/p&gt;

&lt;p&gt;3.Constructor name same as the class name where as method may or may not the same class name.&lt;/p&gt;

&lt;p&gt;4.Constructor invoke implicitly where as method invoke explicitly.&lt;/p&gt;

&lt;p&gt;5.Constructor compiler provide default constructor where as method compiler does't provide.&lt;/p&gt;

</description>
      <category>java</category>
      <category>beginners</category>
      <category>oop</category>
    </item>
    <item>
      <title>Why GitHub Desktop is not available for GNU/Linux? </title>
      <dc:creator>Ayoub</dc:creator>
      <pubDate>Tue, 17 Nov 2020 12:12:48 +0000</pubDate>
      <link>https://dev.to/ayou_b9/why-github-desktop-is-not-available-for-gnu-linux-5bl1</link>
      <guid>https://dev.to/ayou_b9/why-github-desktop-is-not-available-for-gnu-linux-5bl1</guid>
      <description></description>
      <category>linux</category>
      <category>github</category>
    </item>
  </channel>
</rss>
