subject

Lab 2.2 struct to classUtilizing the code in 2.1, convert your struct to a class with private data. Use new to allocate space on the heap for your object. You will need to provide complete object oriented code to support your program. That means a class, default constructor, constructor taking five arguments, mutators (setters), accessors (getters), a destructor plus input and output functions. Refer back to airfreight. doc or airfreight. docx for helpful information. In main, create a load object on the heap using the default constructor. Output the contents of the object. Using your input function, set the data up for your object using the following information:uld – Container abbreviation - AYFuldid – AYF97326IBaircraft - 737weight - 1710destination – SMFIn the input function, utilize mutators to set up your dataDestroy your unit object using delete; put a cout to verify the deletionHints:Pass your object from main by reference. This allows your input and output functions to work muchmore easily. You will need this in later labs. Your output should look like this (your output data is different, of course) Unit load type: Pallet
Unit load abbreviation: PMGUnit identifier: PMG12345IB
Aircraft type: 737Unit
weight: 1257
Destination code: SJC
Cargo destructor called

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 10:20
Shown below is the start of a coding region within the fist exon of a gene. 5'--3' 3'--5' how many cas9 pam sequences are present?
Answers: 1
question
Computers and Technology, 23.06.2019 03:00
Jason, samantha, ravi, sheila, and ankit are preparing for an upcoming marathon. each day of the week, they run a certain number of miles and write them into a notebook. at the end of the week, they would like to know the number of miles run each day, the total miles for the week, and average miles run each day. write a program to them analyze their data. your program must contain parallel arrays: an array to store the names of the runners and a two-dimensional array of five rows and seven columns to store the number of miles run by each runner each day. furthermore, your program must contain at least the following functions: a function to read and store the runners’ names and the numbers of miles run each day; a function to find the total miles run by each runner and the average number of miles run each day; and a function to output the results. (you may assume that the input data is stored in a file and each line of data is in the following form: runnername milesday1 milesday2 milesday3 milesday4 milesday5 milesday6 milesday7.)
Answers: 3
question
Computers and Technology, 23.06.2019 09:30
Facial expressions and gestures are examples of messages.
Answers: 3
question
Computers and Technology, 23.06.2019 13:30
Anetwork security application that prevents access between a private and trusted network and other untrusted networks
Answers: 1
You know the right answer?
Lab 2.2 struct to classUtilizing the code in 2.1, convert your struct to a class with private data....
Questions
question
Mathematics, 21.11.2019 17:31
question
Mathematics, 21.11.2019 17:31
Questions on the website: 13722363