Question: Question # 6. Write a program by defining function overloading. The name of the overloaded function is square. The prototype of overloaded functions is:

Question # 6. Write a program by defining function overloading. The name of the overloaded function is “square”. The prototype of overloaded functions is: 

• Void square (void); used to print a solid square of asterisks with side length of 4. 

• Void square (char); used to print a solid square of specified character with side length 4. IN C++

output:

* * * *         XXXX

* * * *         XXXX

* * * *         XXXX

* * * *         XXXX

Step by Step Solution

3.35 Rating (155 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

squarecpp include ... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!