<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>wata_d</author_name>
  <author_url>https://blog.hatena.ne.jp/wata_d/</author_url>
  <blog_title>閑古鳥</blog_title>
  <blog_url>https://www.little-cuckoo.jp/</blog_url>
  <categories>
    <anon>programming</anon>
    <anon>C++</anon>
  </categories>
  <description>C++はオブジェクト指向言語なので、言うまでも無くポリモーフィズム(多態性)をサポートしています。ここで言うポリモーフィズムとは継承を用いた動的なものを指しますが、C++ではテンプレート機能を使用することで、静的なポリモーフィズムを実現することもできます。今回はそれに関するお話。 struct base { // コンストラクタとかはいろいろ略 virtual void Execute() = 0; }; struct A : public base { virtual void Execute() { std::cout &lt;&lt; &quot;hello, &quot;; } }; struct B : publi…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.little-cuckoo.jp%2Fentry%2F20050720%2F1121807162&quot; title=&quot;static Polymorphism - 閑古鳥&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2005-07-20 06:06:02</published>
  <title>static Polymorphism</title>
  <type>rich</type>
  <url>https://www.little-cuckoo.jp/entry/20050720/1121807162</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
