<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic What is the executable code for run-time polymorphism? in Intel® oneAPI DPC++/C++ Compiler</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/What-is-the-executable-code-for-run-time-polymorphism/m-p/1345600#M1754</link>
    <description>&lt;P&gt;class Base { &lt;BR /&gt;public: &lt;BR /&gt;virtual void show() { cout&amp;lt;&amp;lt;" In Base \n"; } &lt;BR /&gt;};&lt;BR /&gt;class Derived: public Base { &lt;BR /&gt;public: &lt;BR /&gt;void show() { cout&amp;lt;&amp;lt;"In Derived \n"; } &lt;BR /&gt;}; &lt;BR /&gt;&lt;BR /&gt;int main(void) { &lt;BR /&gt;Base *bp = new Derived; &lt;BR /&gt;bp-&amp;gt;show();&lt;BR /&gt;return 0;&lt;BR /&gt;}&lt;/P&gt;</description>
    <pubDate>Tue, 21 Dec 2021 06:26:49 GMT</pubDate>
    <dc:creator>AnkitTech</dc:creator>
    <dc:date>2021-12-21T06:26:49Z</dc:date>
    <item>
      <title>What is the executable code for run-time polymorphism?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/What-is-the-executable-code-for-run-time-polymorphism/m-p/1345600#M1754</link>
      <description>&lt;P&gt;class Base { &lt;BR /&gt;public: &lt;BR /&gt;virtual void show() { cout&amp;lt;&amp;lt;" In Base \n"; } &lt;BR /&gt;};&lt;BR /&gt;class Derived: public Base { &lt;BR /&gt;public: &lt;BR /&gt;void show() { cout&amp;lt;&amp;lt;"In Derived \n"; } &lt;BR /&gt;}; &lt;BR /&gt;&lt;BR /&gt;int main(void) { &lt;BR /&gt;Base *bp = new Derived; &lt;BR /&gt;bp-&amp;gt;show();&lt;BR /&gt;return 0;&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Tue, 21 Dec 2021 06:26:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/What-is-the-executable-code-for-run-time-polymorphism/m-p/1345600#M1754</guid>
      <dc:creator>AnkitTech</dc:creator>
      <dc:date>2021-12-21T06:26:49Z</dc:date>
    </item>
  </channel>
</rss>

