2
Reply

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

N RATNAKAR

17y
5.1k
0
Reply

    Abstract Clases are the templates to use in a class. Instances are also like Abstract clases but only be implemented.

    Abstract Clases are the templates to use in a class. Instances are also like Abstract clases but only be implemented.