Write one clear sentence telling me when it would be appropriate to use a const reference parameter.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter11: Inheritance And Composition
Section: Chapter Questions
Problem 23SA
icon
Related questions
Question
Answer all questions else will do downvote
9. Write one clear sentence telling me when it would be appropriate to use a const reference parameter.
10. Write one clear sentence telling me when it would be appropriate to use a reference parameter.
11. Here is a small class definition:
Short Answers
Section 2.5
class small
Operator Overloading and Friends
{
public:
small( );
void k() const;
void h(int i);
friend f(Small z);
private:
int size;
};
Suppose that x and y are both small objects. Write the word "legal" or "illegal" in each location of this table to indicate whether the
indicated statement is legal or illegal in these locations:
Statement
In a main program In the const member function k In the friend function f
x = y;
x.size = y.size;.
x.size 3;
x.h(42);
Transcribed Image Text:9. Write one clear sentence telling me when it would be appropriate to use a const reference parameter. 10. Write one clear sentence telling me when it would be appropriate to use a reference parameter. 11. Here is a small class definition: Short Answers Section 2.5 class small Operator Overloading and Friends { public: small( ); void k() const; void h(int i); friend f(Small z); private: int size; }; Suppose that x and y are both small objects. Write the word "legal" or "illegal" in each location of this table to indicate whether the indicated statement is legal or illegal in these locations: Statement In a main program In the const member function k In the friend function f x = y; x.size = y.size;. x.size 3; x.h(42);
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Binary numbers
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
Systems Architecture
Systems Architecture
Computer Science
ISBN:
9781305080195
Author:
Stephen D. Burd
Publisher:
Cengage Learning