What is an abstract class? Ans. Abstract class must be extended/subclassed (to be useful). It serves as a template. A class that is abstract may not be instantiated (ie. you may not call its constructor), abstract class may contain static data. Any class with an abstract method...
See more
Download the Study24x7 App, so you can connect and collaborate.