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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T20:38:01+00:00 2026-06-11T20:38:01+00:00

From my testing, an object can still be modified after creation. //Let’s use this

  • 0

From my testing, an object can still be modified after creation.

//Let's use this copy constructor as an example:
Foo::Foo( const Foo& F )
{
  var = F.var;
}

//With this code:
Foo f1;
const Foo f2(f1); //No Error?

There is no initializtion list, so f2 is being modified after it was created. So if the members of Foo are still modifiable, what is being made constant?

  • 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-11T20:38:02+00:00Added an answer on June 11, 2026 at 8:38 pm

    f2 is not being modified after being created. This line

    const Foo f2(f1); 
    

    creates f2, and f2 can modify it’s own data members in the body of the constructor. Once the body of the constructor is exited, the object is fully constructed and cannot be modified.

    There are a couple of points worth mentioning:

    • If var were const, then you would have to initialize it in the constructor’s initialization list, and it could not be modified in the body of the constructor. This is independent of whether you have a const Foo instance or not.
    • If var were declared mutable, then it would be possible to modify a const Foo instance via a const method that modifies var.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

After switching from firefox testing to internet explorer testing, some elements couldn't be found
After reading monkeytalk faq from http://www.gorillalogic.com/testing-tools/monkeytalk/documentation/monkeytalk-faq : How does it all work? MonkeyTalk is
Apologies if this doesn't make any sense, I'm very new to Python! From testing
The one thing that can still get me is what to return from methods?
Partly following on from this question. Hopefully the example speaks for itself: there's a
I need to do some REST service testing from Firefox where I set the
I have a problem executing a process from our testing server. On my localhost
When testing a JSON response from an RSPEC controller test using DHH's JBuilder, my
I am testing whether option from app.config listed below Is applied to all transactions
from 1 week if my gps app fail to retrieve signal (eg: testing in

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.