<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>seroron</author_name>
  <author_url>https://blog.hatena.ne.jp/seroron/</author_url>
  <blog_title>とりあえずのメモ帳</blog_title>
  <blog_url>https://seroron.hatenadiary.org/</blog_url>
  <categories>
    <anon>Java</anon>
  </categories>
  <description>スーパークラスとインターフェイスのメソッド名が同一のとき interface I { public abstract void m(); } abstract class Super { public abstract void m(); } class Sub extends Super implements I { public void m() { System.out.println(&quot;hoo&quot;); } } public class Test { public static void main(String[]args) { new Sub().m(); } } 問題なくコンパイル＆実…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fseroron.hatenadiary.org%2Fentry%2F20100830%2F1283172603&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>2010-08-30 21:50:03</published>
  <title> インターフェイスにより同一メソッドが複数表れたときの挙動</title>
  <type>rich</type>
  <url>https://seroron.hatenadiary.org/entry/20100830/1283172603</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
