<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>bellbind</author_name>
  <author_url>https://blog.hatena.ne.jp/bellbind/</author_url>
  <blog_title>ラシウラ</blog_title>
  <blog_url>https://bellbind.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>JavaScript(ECMAScript)は、Prototypeベースのオブジェクト指向なので、継承を使いたい場合、Prototypeを設定すると属性を共有できるようになる。自身にその属性がない場合、prototypeの同属性を自動的に探しに行く仕組みのことである。 function Foo() { } // Fooはnameプロパティを持ったObjectを継承 Foo.prototype = { name : &quot;Foo&quot;, }; function Bar() { } // BarはFooを継承 Bar.prototype = new Foo(); alert(new Bar().name)…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fbellbind.hatenadiary.org%2Fentry%2F20051017%2Fp1&quot; title=&quot; JavaScriptでの継承 - ラシウラ&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-10-17 01:43:25</published>
  <title> JavaScriptでの継承</title>
  <type>rich</type>
  <url>https://bellbind.hatenadiary.org/entry/20051017/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
