LoginSignup
1
0

More than 3 years have passed since last update.

(学習メモ)Java2級対策:問1要点(知識)

Last updated at Posted at 2020-07-03

Java
自己学習用メモ

問1要点整理  

  • Oya 
    - 継承 ー> Ko(Oyaのサブクラス) 
    - 継承 ー> Mago(Oyaのサブクラス)

  • this はスーパークラスでもサブクラスでも使用OK

  • java.io.FileOutpuStreamクラスは
    java.lang.Objectクラスのサブクラス

  • Javaは「多重継承」NG!!
    サブクラスはスーパークラスの属性・操作を引き継ぐことができる
    スーパークラスの参照変数には、
    サブクラスのオブジェクトを代入OK!

--------- TBE -------------

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