During one of my interview, I was asked \"If we can instantiate an abstract class?\"
My reply was \"No. we can\'t\". But, interviewer told me \"Wrong, we can.\"
About Abstract Classes
The purpose of an abstract class is to behave like a base. In inheritance hierarchy you will see abstract classes towards the top.