<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>wkpn</author_name>
  <author_url>https://blog.hatena.ne.jp/wkpn/</author_url>
  <blog_title>踊るプログラマー</blog_title>
  <blog_url>https://waken.hatenablog.com/</blog_url>
  <categories>
    <anon>c++</anon>
  </categories>
  <description>#include &quot;stdio.h&quot; #include &quot;string.h&quot; class Parent{ public: Parent(){ strcpy(name, &quot;parent&quot;); } virtual ~Parent(){} char name[256]; void hoge(int i){ printf(&quot;in parent hoge\n&quot;); printf(&quot; name: %s\n&quot;, name); } }; class Child : public Parent{ public: Child(){ strcpy(name, &quot;child&quot;); } virtual ~Child()…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwaken.hatenablog.com%2Fentry%2F20070516%2F1179353662&quot; title=&quot;親子間をまたいでのオーバーロード - 踊るプログラマー&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>2007-05-16 07:14:22</published>
  <title>親子間をまたいでのオーバーロード</title>
  <type>rich</type>
  <url>https://waken.hatenablog.com/entry/20070516/1179353662</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
