Given the Vehicle class from the book, Which of the following would add a member
ID: 3643150 • Letter: G
Question
Given the Vehicle class from the book, Which of the following would add a member function to Set the number of passengers?
Awnsers
Vehicle::set_passengers( int in_val)
{
fulecap = in_val;
}
Vehicle::set_passengers( int in_val)
{
passengers = in_val;
}
Vehicle::set_passengers( int passengers);
Vehicle.passenger = 8;
Vehicle::set_passengers( int in_val)
{
fulecap = in_val;
}
Vehicle::set_passengers( int in_val)
{
passengers = in_val;
}
Given the Vehicle class from the book, Which of the following would add a member function to Set the number of passengers? Awnsers
Explanation / Answer
Vehicle::set_passengers( int in_val) { fulecap = in_val; }
Related Questions
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.