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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T08:38:24+00:00 2026-05-29T08:38:24+00:00

what are the advantages of calling one constructor by other if there are multiple

  • 0

what are the advantages of calling one constructor by other if there are multiple constructors?
Thanks

  • 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-29T08:38:28+00:00Added an answer on May 29, 2026 at 8:38 am

    the same advantages you get when you do method overloading : you don’t repeat the same code

    public class Person
    {
        public Person(string name,string lastName )
        {
            Name = name;
            LastName = lastName;
        }
    
        public Person(string name, string lastName,string address):this(name,lastName)
        {
            //you don't need to set again Name and Last Name
            //as you can call the other constructor that does the job
            Address = Address;
        }
        public string Name { get; set; }
        public string LastName { get; set; }
        public string Address { get; set; }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

What advantages are there for using either XSLT or Linq to XML for HTML
Are there any inherent advantages or disadvantages when it comes to handling DDoS attacks
Can someone tell me the advantages of using a delegate as opposed to calling
I am not able to understand advantages of using Hibernate Callback method, are there
I was wondering whether there's any advantages to using a static member function when
Can someone tell me the advantages to filling a WNDCLASS structure and calling CreateWindow
Is there any performance advantage in calling BeginGetResponse vs. calling GetResponse in my own
When calling runtime.GOMAXPROCS(1) in go the runtime will only use one thread for all
What advantages does QString offer over std::string? Can a normal std::string store unicode characters
What advantages does forge.ajax has over plain old jQuery.ajax or backbone.save() calls? I understand

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.