<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>haru-s</author_name>
  <author_url>https://blog.hatena.ne.jp/haru-s/</author_url>
  <blog_title>...ing logging 4.0</blog_title>
  <blog_url>https://haru-s.hatenablog.com/</blog_url>
  <categories>
    <anon>D言語</anon>
  </categories>
  <description>元のコードは，Dog クラスと Cat クラスが IAnimal インタフェースを継承しています． 継承関係は非常に強い依存関係であるため，設計変更が難しくなりやすいです． そこで，より弱い依存関係を目指して，テンプレートを使ってこの親子関係をなくしてみましょう． まず，元のコードを示します． import std.stdio; // ++ animal.d interface IAnimal { void bark(); } // ++ dog.d //import animal; class Dog : IAnimal { void bark() { writefln(&quot;wan!wan!&quot;…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fharu-s.hatenablog.com%2Fentry%2F20070625%2F1182754893&quot; title=&quot; クラス間依存関係の除去　第2回 - テンプレートを用いた継承関係の除去 - ...ing logging 4.0&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-06-25 16:01:33</published>
  <title> クラス間依存関係の除去　第2回 - テンプレートを用いた継承関係の除去</title>
  <type>rich</type>
  <url>https://haru-s.hatenablog.com/entry/20070625/1182754893</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
