Hi,we have classes,interfaces,inheritances and so on but why we prefer abstract class and what are the uses of abstract class?
N RATNAKAR
Abstract Clases are the templates to use in a class. Instances are also like Abstract clases but only be implemented.