Question

C++ LAB 8: More Classes Fill-in-the-Blank Questions Briefly describe what is meant by memberwise assignment _____________________________________________________________....

C++

LAB 8: More Classes

Fill-in-the-Blank Questions

  1. Briefly describe what is meant by memberwise assignment

_____________________________________________________________.


  1. Describe two instances when memberwise assignment occurs.

_____________________________________________________________.


  1. Describe a situation in which memberwise assignment should not be used.

_____________________________________________________________.


  1. When is a copy constructor called?

_____________________________________________________________.


  1. How does the compiler know that a member function is a copy constructor?

_____________________________________________________________.


  1. What action is performed by a class’s default copy constructor? _____________________________________________________________.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

1)

memberwise assignment means each and every member of an object is copied to other objects members.

2)

The two instances when the memberwise assignment can be done is:

By copying one object data to other using = operator

By initializing one object with other object's data using constructor

3)

We can't use the memberwise assignment when the object contains pointer to dynamic allocated memory

4)

A copy constructor is used to copy one objects data to other by passing the object as a parameter to the constructor

5)

If the  constructor parameter reference type is same as class type then it will considered as copy constructor

6)

Copy constructor is one of the ways of memberwise assignment

Add a comment
Know the answer?
Add Answer to:
C++ LAB 8: More Classes Fill-in-the-Blank Questions Briefly describe what is meant by memberwise assignment _____________________________________________________________....
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT