Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6620203
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T21:04:06+00:00 2026-05-25T21:04:06+00:00

I recently asked this question on if I should implement interfaces or abstract classes.

  • 0

I recently asked this question on if I should implement interfaces or abstract classes. Scottm gave answer suggesting I use both, but I am still unsure why I would want to do this. Is there a benefit in the long term? What are advantages of doing it that way?

Here are some benefits I think:

  • I can add methods to abstract class without breaking the implementation, but with interfaces, I would break it.
  • I can inherit from multiple interfaces, but only one abstract class
  • Abstract class allows me to define standard behavior, but override it if I want to.

Here is another question. If I implement an interface, should the interface only contain methods that all sub-classes can do? And if I need extra logic, I would create a concrete class or abstract class with more specific implementations.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T21:04:06+00:00Added an answer on May 25, 2026 at 9:04 pm

    This approach gives you the best of both worlds – the flexibility of interfaces with the helpful option of a base class.

    By requiring only that consumers implement your interface, you are not forcing them to lose the only inheritance slot open to their class (C# not allowing multiple inheritance).

    But by additionally offering an abstract base class, you can give them a “leg up”, perhaps by implementing some helper functionality that is likely to be a common requirement to most implementations of your interface – for example this could be achieved using a Template Method pattern.

    There are several examples in the .NET Framework itself of both an interface and a base class being exposed. For example System.ComponentModel.IComponent and System.ComponentModel.Component

    Here is another question. If I implement an interface, should the
    interface only contain methods that all sub-classes can do?

    Yes. You’re essentially describing the Interface Segregation Principle.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I was asked this question recently during my job interview, and I couldn't answer
I recently asked this question regarding pulling beans out of an applicationContext. The answer
Please see here for a question I recently asked. The only answer you should
I recently asked this question: Expose XML or Objects - thanks all for the
I recently asked this question and worked out that the reason a single email
I recently asked this question: MS SQL share identity seed amongst tables (Many people
This question is related to this other question I recently asked... cf.net exception and
I recently asked a question about what I called method calls. The answer referred
Recently I asked this question: Removing up to 4 spaces from a string and
An interviewer recently asked me this question: given three boolean variables, a, b, and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.