Qus:    When do we use abstract classes?
Dec 16, 2020 20:14 DotNet 2 Answers Views: 1284 PADMAKEECHU

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.

Prev Next
Answers (2)
PARTH Dec 17, 2020 14:13
Answer:   We use abstract class when we need provide some common functionality across a set of related classes while also allowing default method implementations in case of single or multiple inheritance.

SHIVA Dec 17, 2020 14:15
Answer:   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.

Post Your Answer
Guest User

Not sure what solution is right for you?

Choose the right one for you.
Get the help of the experts and find a solution that best suits your needs.


Let`s Connect