Back

OOD Concepts

An in-memory sile system using Java.

What is File System?

  • 如果父类的fields为private,子类就无法访问,所以protected关键字就出来了
  • 子类的constructor的第一行必须super() 父类constructor
  • 子类不会继承任何父类的constructor
  • 只要class没有final修饰符,那么任何class都可以从它继承
  • 多态适用于在同样的父类情况下,每个子类的方法不一样
  • package是用来解决namespace问题
comments powered by Disqus
Built with Hugo
Theme Stack designed by Jimmy