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

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

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

javascript - storing input from prompt in array and displaying the array -