Interview Question
Qus: When do we use abstract classes?
Whenever some methods in the current class can be implemented now and fewer methods which can be implemented in the future then those needs to be declared as abstract class.
Answers (2)