1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

模擬面接での反省:オブジェクト指向の基礎を説明できなかった

Last updated at Posted at 2022-02-08

 今回の模擬面接の結果、自分は最近学んだ知識をちゃんと身につけられないと感じられました。先生からの質問は簡単でしたけど、すぐにはっきり答えられなくて、脳内で混乱しました。自分は上手くプログラミングできなくて、基礎的知識すらはっきり理解できていません。今回の模擬面接の中で一番印象的な質問は、普通クラス、抽象クラス、インタフェースの区別。面接後すぐに関連知識を調べました。以下はその区別内容です。

### 普通クラス、抽象クラス、インタフェースの区別

  • 普通クラス:インスタンス化できます。
  • 抽象クラス:インスタンス化できません。一部に未実装の規則(抽象メソッド)が存在する。
  • インタフェース:規則のみ。インスタンス化できません。
           
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?