<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yoctoworks</author_name>
  <author_url>https://blog.hatena.ne.jp/yoctoworks/</author_url>
  <blog_title>KotlinDive</blog_title>
  <blog_url>https://kotlindive.hatenablog.jp/</blog_url>
  <categories>
    <anon>Kotlin入門</anon>
  </categories>
  <description>抽象クラス クラスのメンバーにキーワード「abstract」をつけて宣言することができます。 これを抽象メンバーと言います。 抽象メンバーは処理や値といった具体的な実装を持ちません(持つことができません) 抽象メンバを持つクラスを抽象クラスと呼び、このクラスにも「abstract」キーワードを付ける必要があります。 抽象クラスはインスタンス化することができません。 その理由は、抽象クラスは抽象メンバという具体的な実装を持たないメンバーが含んでいて、 それ単体では不完全な状態だからです。 fun main(args: Array) { // Personは抽象クラスなのでインスタンス化できない …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkotlindive.hatenablog.jp%2Fentry%2F2018%2F02%2F22%2F232814&quot; title=&quot;クラス(抽象クラス/インターフェース) - KotlinDive&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>2018-02-22 23:28:14</published>
  <title>クラス(抽象クラス/インターフェース)</title>
  <type>rich</type>
  <url>https://kotlindive.hatenablog.jp/entry/2018/02/22/232814</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
