In which of these situations are interfaces better than abstract classes?

Advertisement

Here is the answer of the question: In which of these situations are interfaces better than abstract classes?

  • When you need to define an object type’s characteristics, use an interface. When you need to define an object type’s capabilities, use an abstract class.
  • Interfaces are a legacy of older versions of C#, and are interchangeable with the newer abstract class feature.
  • When you need a list of capabilities and data that are classes-agnostic, use an interface. When you need a certain object type to share characteristics, use an abstract class.
  • You should use both an interface and an abstract class when defining any complex object.

The above question is related to “LinkedIn C# Skill Quiz“. You can find all the updated questions and answers related to to “LinkedIn C# Skill Quiz” on the “LinkedIn C# Skill Quiz” page. If you find the update in question or answers, do comment on this page and let us know. We will update the answers as soon as possible.

Join our list

Subscribe to our mailing list and get interesting stuff and updates to your email inbox.

Thank you for subscribing.

Something went wrong.

Leave a Comment


Share via
Join our list

Subscribe to our mailing list and get interesting stuff and updates to your email inbox.

Thank you for subscribing.

Something went wrong.

Send this to a friend