"The only test of the utility of Knowledge, is its promoting the happiness of mankind." — Dr. STARK on Diet, p. 90.
3 Explain the effect of modifiers on inheritance with respect to constructors, instance or static variables, and instance or static methods.
3.1 Modifiers and inheritance
3.1.1 Modifiers that affect inheritance
3.1.1.1 public
3.1.1.2 protected
3.1.1.3 default
3.1.1.4 private
3.1.1.5 final
3.1.1.6 abstract ?
3.1.2 Constructors
3.1.3 Static variables
3.1.4 Instance variables
3.1.5 Static methods
3.1.6 Instance methods