<?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: Nikhil Kumar</title>
    <description>The latest articles on DEV Community by Nikhil Kumar (@nikhilk29693498).</description>
    <link>https://dev.to/nikhilk29693498</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%2F389277%2F624e84a3-1ec9-49df-9352-a8d2f1e431af.jpg</url>
      <title>DEV Community: Nikhil Kumar</title>
      <link>https://dev.to/nikhilk29693498</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nikhilk29693498"/>
    <language>en</language>
    <item>
      <title>Constructor Overloading in C++</title>
      <dc:creator>Nikhil Kumar</dc:creator>
      <pubDate>Tue, 19 May 2020 10:29:01 +0000</pubDate>
      <link>https://dev.to/nikhilk29693498/constructor-overloading-in-c-3858</link>
      <guid>https://dev.to/nikhilk29693498/constructor-overloading-in-c-3858</guid>
      <description>&lt;p&gt;&lt;a href="https://www.chlopadhe.com/constructor-overloading-in-c/"&gt;Constructor Overloading in C++&lt;/a&gt;&lt;br&gt;
A constructor can overload to overloading functions in a similar way.&lt;br&gt;
Constructors overloaded have the same name (class name) but a varying number of arguments.&lt;br&gt;
A specific constructor is named according to the number and form of arguments transferred.&lt;br&gt;
Since multiple constructors are present, the argument should also be passed on to the constructor when constructing an entity.&lt;br&gt;
Constructors could also be overloaded as with other member functions. If you have both default and parameterized constructors specified in your class, you will have overloaded constructors, one without parameter and one with parameter.&lt;br&gt;
In a class, you can have any number of Constructors varying in the parameter list.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
