if abstract class can have copnstructor, can we instantiate it code example
Example: Can you add a constructor to an abstract class
We can create constructor in abstract class , it does’nt give any compilation
error.
We can create constructor in abstract class , it does’nt give any compilation
error.