<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Programming in C++- 21.07.2020 by Leelarani Radhakrishnan</title>
      <link>https://padlet.com/mailtoleela/Bookmarks</link>
      <description>Constructor, Destructor  and Inheritance</description>
      <language>en-us</language>
      <pubDate>2020-07-08 07:54:18 UTC</pubDate>
      <lastBuildDate>2020-07-20 14:16:18 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Constructor</title>
         <author>mailtoleela</author>
         <link>https://padlet.com/mailtoleela/Bookmarks/wish/658395425</link>
         <description><![CDATA[<div><strong>A constructor is a special member function which has the same name as the class-name.</strong></div>]]></description>
         <enclosure url="" />
         <pubDate>2020-07-20 13:51:42 UTC</pubDate>
         <guid>https://padlet.com/mailtoleela/Bookmarks/wish/658395425</guid>
      </item>
      <item>
         <title>Types of Constructors</title>
         <author>mailtoleela</author>
         <link>https://padlet.com/mailtoleela/Bookmarks/wish/658395852</link>
         <description><![CDATA[<ul><li><strong>Default constructor </strong></li><li><strong>Parameterized constructor </strong></li><li><strong>Copy constructor</strong></li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2020-07-20 13:52:23 UTC</pubDate>
         <guid>https://padlet.com/mailtoleela/Bookmarks/wish/658395852</guid>
      </item>
      <item>
         <title>Destructor</title>
         <author>mailtoleela</author>
         <link>https://padlet.com/mailtoleela/Bookmarks/wish/658396999</link>
         <description><![CDATA[<div><strong>A destructor is a special member function which has the same name as the class-name with a ~ (tilde) symbol.</strong></div>]]></description>
         <enclosure url="" />
         <pubDate>2020-07-20 13:54:11 UTC</pubDate>
         <guid>https://padlet.com/mailtoleela/Bookmarks/wish/658396999</guid>
      </item>
      <item>
         <title>Inheritance</title>
         <author>mailtoleela</author>
         <link>https://padlet.com/mailtoleela/Bookmarks/wish/658398970</link>
         <description><![CDATA[<div><strong>Inheritance is a process by which we acquire the properties of existing class to create a new class. </strong></div>]]></description>
         <enclosure url="" />
         <pubDate>2020-07-20 13:55:49 UTC</pubDate>
         <guid>https://padlet.com/mailtoleela/Bookmarks/wish/658398970</guid>
      </item>
      <item>
         <title>Single Inheritance</title>
         <author>mailtoleela</author>
         <link>https://padlet.com/mailtoleela/Bookmarks/wish/658401786</link>
         <description><![CDATA[<div><strong>One Base Class<br>One Derived Class</strong></div>]]></description>
         <enclosure url="" />
         <pubDate>2020-07-20 13:59:44 UTC</pubDate>
         <guid>https://padlet.com/mailtoleela/Bookmarks/wish/658401786</guid>
      </item>
      <item>
         <title>Multilevel Inheritance</title>
         <author>mailtoleela</author>
         <link>https://padlet.com/mailtoleela/Bookmarks/wish/658408891</link>
         <description><![CDATA[<div><strong>Derived from a Derived Class</strong></div>]]></description>
         <enclosure url="" />
         <pubDate>2020-07-20 14:10:11 UTC</pubDate>
         <guid>https://padlet.com/mailtoleela/Bookmarks/wish/658408891</guid>
      </item>
      <item>
         <title>Multiple Inheritance</title>
         <author>mailtoleela</author>
         <link>https://padlet.com/mailtoleela/Bookmarks/wish/658409395</link>
         <description><![CDATA[<div><strong>Many Base Class<br>One Derived Class </strong></div>]]></description>
         <enclosure url="" />
         <pubDate>2020-07-20 14:10:59 UTC</pubDate>
         <guid>https://padlet.com/mailtoleela/Bookmarks/wish/658409395</guid>
      </item>
      <item>
         <title>Hierarchical Inheritance</title>
         <author>mailtoleela</author>
         <link>https://padlet.com/mailtoleela/Bookmarks/wish/658410184</link>
         <description><![CDATA[<div><strong>One Base Class<br>Many Derived Class</strong></div>]]></description>
         <enclosure url="" />
         <pubDate>2020-07-20 14:12:13 UTC</pubDate>
         <guid>https://padlet.com/mailtoleela/Bookmarks/wish/658410184</guid>
      </item>
      <item>
         <title>Hybrid Inheritance</title>
         <author>mailtoleela</author>
         <link>https://padlet.com/mailtoleela/Bookmarks/wish/658410882</link>
         <description><![CDATA[<div><strong>Combination of Any two Inheritances</strong></div>]]></description>
         <enclosure url="" />
         <pubDate>2020-07-20 14:13:15 UTC</pubDate>
         <guid>https://padlet.com/mailtoleela/Bookmarks/wish/658410882</guid>
      </item>
   </channel>
</rss>
