Abstract Summary

0 no abstract variables, member variables abstract, abstract constructors and other statements;

. 1 abstract and final can never be used simultaneously;

2. Abstract and static methods can not be modified, because this method is called, quite the class invokes a method no method body. But it may be modified while the inner class;

3. Abstract and private at the same time can not be modified method, abstract must be rewritten to make sense

Guess you like

Origin www.cnblogs.com/chungyui/p/11258492.html