radha
Member • Sep 2, 2014
Abstract classes in java ,their implementation
i know that abstract classes cannot be instantiated but we say that then we create the sub-class object then first that will run the parent class constructor which is our abstract class ,so obviously when constructor will run,it will create an object ,so is there no conflict now on the basis of instantiation of the abstract class.