Q:

What is the advantage of abstract class?

0

What is the advantage of abstract class?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

The advantages of an abstract class are:

  • Ability to specify default implementations of methods.
  • Added invariant checking to functions.
  • Have slightly more control in how the “interface” methods are called.
  • Ability to provide behavior-related or unrelated to the interface for “free”

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

C# Interview Questions and Answers,You Need To Know

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
What happens if the inherited interfaces have conf... >>
<< What are circular references?...