Hello everybody Can someone help with the explanation of the abstract classes. Why should I use abstact classes it will be empty class for derived classes, what will they derive. Thanx in advance.
An abstract class, is one that is designed only as a parent class and from which child classes may be derived, and which is not suitable for instantiation. To give the same interface to all the derived classes They will derive classes.