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 7411855
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T06:27:05+00:00 2026-05-29T06:27:05+00:00

I got the following statement from an MSDN article . It says that the

  • 0

I got the following statement from an MSDN article. It says that the abstract classes have an advantage over interfaces because it is possible to alter an abstract class to add new members. Doesn’t altering the abstract class really make the classes inheriting from it unstable? Or can any one please explain what is their point here?

Do favor defining classes over interfaces.

In later versions of your library, you can safely add new members to
classes; you cannot add members to interfaces without breaking
existing code.

  • 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-29T06:27:06+00:00Added an answer on May 29, 2026 at 6:27 am

    It’s not to be taken too strictly. Programming through interfaces (as contracts) is really the best way to decouple your application. For example, creating a wrapper around an interface is very easy, while a class doesn’t even have to have a single virtual method.

    Additionally, the article doesn’t even seem to compare abstract classes to interfaces (because it only mentions them in the next “guideline”), but all classes in general over interfaces. So, it’s a rather fuzzy guideline, if you ask me.

    It might make sense exclusively with the problem stated: changing an interface breaks all implementations, while adding members to a class doesn’t. On the other hand, if you change a method’s signature, you won’t be very lucky with classes either. From a security point of view, abstract classes do provide a way to make sure that your library always exposes its own functionality to callers, allowing modifications only where you want them. With interfaces, you can pass pretty much any code which satisfies the contract.

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

Sidebar

Related Questions

I have got the following SQL statement (SQL Server): DECLARE @atr nvarchar(255), @con nvarchar(1000),
I've got the following SQL statement that does a subquery concatenation. If you notice,
I have the following select statement: $res = mysql_query(select * from Table where Name='{$_REQUEST['name']}');
I've got the following SQL statement that I am working on. I've trimmed it
I've got the following deadlock graph that describes two sql statements that are deadlocking
I've got the following LINQ Statement: Dim PSNum As Integer = 66 Dim InvSeq
I want to transfer the following statement to SubSonic 2.2 SELECT b.* FROM tableA
i have got a problem with my SQL Statement: Table structure: CREATE TABLE tags
I've got the following query: select * from members,subscriptions where members.MemberID = subscriptions.MemberID and
I've got the following code: SELECT ItemName FROM skuDetails WHERE skuDetails.SkuNumber = ' &

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.