though it rule that abstract class can not instantiate i.e didnt create object.is there any reason?how abstract class constructor executed?
Why abstract class can't be instantiated i.e. Object of abstract class can't be created??
What is the difference between abstract class and concrete class in java. If concrete class is final then how can inherit concrete class, can someone please explain in detail?