Is it compulsory to use the abstract class as the root class in Java? -


is compulsory use abstract class root class in java? in other words, can extends normal class create derived abstract class?

yes second question. try , see. code compile.

think way: every class extends concrete class object, yet can still make own classes abstract.


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -