Can we have constructor in abstract class ?
If yes, what the use of that because we can't instantiate the Abstract class and constructor will never call.
Can we have constructor in abstract class ?
If yes, what the use of that because we can't instantiate the Abstract class and constructor will never call.