a Wins2 Console application and an empty C+ source file in Visual Studio able to start lyping programs. Task-1: Write a C++ program that implements the geometric shape "rectangle" as an object. For that, you should decide the data members that represent the object first, and then you should write the necessary member functions for the correct operation of the class. The class declaration should also include at least one constructor function. Remember that, for a rectangle, we can calculate the area, circumference, and diagonal length. You should define all member functions within the class declaration. v Test all member functions written! v Try to define member functions outside the class declaration. Task-2: Consider the C++ program written in part-I and rewrite it separating the interface from the implementation. Thus, the program should include a header file, an implementation file, and a driver program for testing. (Optional task) Revisit the problem above. Figure out that one can use a Cartesian coordinate pair to represent one comer of the rectangle. That is, we may use four coordinate pairs to represent the whole rectangle. However, we do not need to store all coordinate pairs in memory. We can keep only one corner's information and the side lengths. Other corners can easily be calculated afterwards.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
This laboratory work covers the following concepts in C++ programming language:
class declaration (access specifiers: public, private)
data members, member functions
constructors, destructor
Create a Win32 Console application and an empty C++ source file in Visual Studio IDE to be able to start typing programs,
Task-1: Write a C++ program that implements the geometric shape "rectangle" as an object. For that, you should
decide the data members that represent the object first, and then you should write the necessary member functions
for the correct operation of the class. The class declaration should also include at least one constructor function.
Remember that, for a rectangle, we can calculate the area, circumference, and diagonal length. You should define all
member functions within the class declaration.
v Test all member functions written!
V Try to define member functions outside the class declaration.
Task-2: Consider the C++ program written in part-1 and rewrite it separating the interface from the implementation.
Thus, the program should include a header file, an implementation file, and a driver program for testing.
(Optional task] Revisit the problem above. Figure out that one can use a Cartesian coordinate pair to represent one
comer of the rectangle. That is, we may use four coordinate pairs to represent the whole rectangle. However, we do
not need to store all coordinate pairs in memory. We can keep only one corner's information and the side lengths.
Other corners can easily be calculated afterwards.
Transcribed Image Text:This laboratory work covers the following concepts in C++ programming language: class declaration (access specifiers: public, private) data members, member functions constructors, destructor Create a Win32 Console application and an empty C++ source file in Visual Studio IDE to be able to start typing programs, Task-1: Write a C++ program that implements the geometric shape "rectangle" as an object. For that, you should decide the data members that represent the object first, and then you should write the necessary member functions for the correct operation of the class. The class declaration should also include at least one constructor function. Remember that, for a rectangle, we can calculate the area, circumference, and diagonal length. You should define all member functions within the class declaration. v Test all member functions written! V Try to define member functions outside the class declaration. Task-2: Consider the C++ program written in part-1 and rewrite it separating the interface from the implementation. Thus, the program should include a header file, an implementation file, and a driver program for testing. (Optional task] Revisit the problem above. Figure out that one can use a Cartesian coordinate pair to represent one comer of the rectangle. That is, we may use four coordinate pairs to represent the whole rectangle. However, we do not need to store all coordinate pairs in memory. We can keep only one corner's information and the side lengths. Other corners can easily be calculated afterwards.
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY