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

  • SEARCH
  • Home
  • 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 7702929
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T23:20:29+00:00 2026-05-31T23:20:29+00:00

All the code examples always use base() as follows class A { public A()

  • 0

All the code examples always use base() as follows

class A 
{ 
    public A() 
    {
        Console.Writeline("A");
    } 
}

class B : A 
{ 
    public B():base() {} 
}

e.g. http://msdn.microsoft.com/en-us/library/hfw7t1ce%28v=vs.71%29.aspx

whereas as i discovered recently

class A 
{ 
    public A()
    {
        Console.Writeline("A");
    } 
}

class B : A 
{ 
    public B() {} 
}

also prints A

Q – is it a new “feature” or is it bad form not to call base() in derived class constructors and will add to my bad karma and cause problems later ?

or

can calling base() safely be ignored?

  • 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-31T23:20:30+00:00Added an answer on May 31, 2026 at 11:20 pm

    No that’s not new – if you do not explicitly call a base constructor, the default constructor will be called by default.

    Adding this yourself I would consider just “noise”, the compiler will do it for you already so you don’t have to. You should only call a base constructor if you need a specific overload other than the default constructor (that means you do need to have a base constructor call though if the base class does not provide a default constructor).

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

Sidebar

Related Questions

Can source code examples be kept in a SQL database while retaining all formatting
Question says it all. Some quick code examples of usage would be nice.. thanks!
All of the tutorials and examples I find online always specify a port number
First, an example of something that works as expected: (all code was executed in
For example I such a code ... get some memory and lose all the
Here is an example of my code in a DAL. All calls to the
I have a C project where all code is organized in *.c / *.h
I have a problem where I need to remove all code and triggers from
I frequently code numerous experiments to test various algorithms, libraries, or hardware. All code,
I'm trying to find a way to delay all code that takes place after

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.