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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T18:51:23+00:00 2026-06-11T18:51:23+00:00

As we know .Net does not support multiple inheritance. Thus we can only inherit

  • 0

As we know .Net does not support multiple inheritance. Thus we can only inherit only one class. But every class by default inherits ‘object’ class. so why not error occurs when I inherit any other class.

For example A- Base class, B- Derived Class. When I use B:A , implicitly object class also get inherited as( I think) B:A,Object . How can it be possible if .Net does not support multiple inheritance.

  • 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-06-11T18:51:24+00:00Added an answer on June 11, 2026 at 6:51 pm

    No, it’s not like that – there’s only one inheritance chain, which would be:

    __________
    | Object |
    ----------
        ^
        |
    __________
    |   A    |
    ----------
        ^
        |
    __________
    |   B    |
    ----------
    

    Any one class only has one direct base class, but the inheritance chain of classes can be long.

    As an example of why this isn’t the same as B inheriting directly from A, if A overrides ToString, there’s no way of B calling the original implementation of Object.ToString() – it can only call A‘s version (and override ToString itself, of course).

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

Sidebar

Related Questions

I've seen some discussion on why c# does not implement multiple inheritance but very
Does anyone know of an ASP.NET guide to implementing OpenID and what information can
Does any one know how to connect my c# console application to .net remoting
I'm facing a problem regarding multiple inheritance in VB.net: As far as I know
Except https://www.php.net/manual/en/book.ktaglib.php and http://getid3.sourceforge.net/ does anyone know of any other way to work from
Does the .NET Compact Framework have a service pack? If so does anyone know
Does System.String.Split() ever return null ? (.NET) I know I've been coding in the
Does anyone know how to move my SDL.net video surface around the screen programtically?
Does anyone know how to construct a format string in .NET so that the
does anyone know if there is a Twitter API library for the .Net Compact

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.