<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kaminarioyaji</author_name>
  <author_url>https://blog.hatena.ne.jp/kaminarioyaji/</author_url>
  <blog_title>untitled</blog_title>
  <blog_url>https://kaminarioyaji.hatenadiary.org/</blog_url>
  <categories>
    <anon>C#</anon>
  </categories>
  <description>3つの補間法(ラグランジュ補間、スプライン補間、最小二乗法を用いた多項式近似での補間)をそれぞれ異なる静的クラスとして実装しようと考えた。で、どれも内部での計算方法が違うだけで、取る引数・返り値は同じ形式なため、Interpolationって抽象クラスorインターフェースを作って各々のクラスに継承させようとしたんだけど･･･。 抽象クラスを作って継承させようとした場合 静的クラスの制限に加え、override修飾子の制限からコンパイルエラーになった。 具体的には、前者は『静的クラスはオブジェクトから派生しなければなりません。』ってエラーが出た。これはヘルプに この操作が仮に許可されていると、静…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkaminarioyaji.hatenadiary.org%2Fentry%2F20081210%2F1228921139&quot; title=&quot; Interface・抽象クラス継承の際の制限事項 - untitled&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>2008-12-10 23:58:59</published>
  <title> Interface・抽象クラス継承の際の制限事項</title>
  <type>rich</type>
  <url>https://kaminarioyaji.hatenadiary.org/entry/20081210/1228921139</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
