What is abstract class and what is it good for?

Experience Level: Medior
Tags: C#

Answer

Answer

  • Similar to interface, except the interface doesn't have any implementation and abstract class can have it.
  • Useful for providing default implementation that is then used by a subclasses.

Comments

No Comments Yet.
Be the first to tell us what you think.
.NET developer - API
.NET developer - API

Are you learning C# ? Try our test we designed to help you progress faster.

Test yourself