#include #include #include "Donor.cpp" using namespace std; int main() { //Fill your code } donor.cpp template   #include #include #include "Address.cpp" using namespace std; class Donor { public: string name; int age; float height; float weight; Address address; void displayDetails() { //Fill your code } }; Address.cpp template   #include #include using namespace std; class Address { public: string street; string city; string state; string country; };

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter11: Advanced Inheritance Concepts
Section: Chapter Questions
Problem 2PE
icon
Related questions
Question

QUESTION PROVIDED IN ATTACH IMAGE KINDLY SEE.

AND BELOW TEMPLATES PROVIDED CHECK THIS BEFORE MAKING SOLUTION ( main.cpp , Address.cpp , donor.cpp )

 

----------------Template Below ----------------

main.cpp template

#include <iostream>
#include<string.h>
#include "Donor.cpp"
using namespace std;

int main()
{


//Fill your code


}

donor.cpp template

 

#include <iostream>
#include<string.h>
#include "Address.cpp"
using namespace std;

class Donor
{
public:
string name;
int age;
float height;
float weight;
Address address;

void displayDetails()
{
//Fill your code
}
};

Address.cpp template

 

#include <iostream>
#include<string.h>
using namespace std;

class Address
{
public:
string street;
string city;
string state;
string country;
};

Dev is a third-year MBBS student in Provo. His College has planned to conduct the ath International
Conference on Advancement in Hematology and Oncology. Doctors and people who involved in social
activities from all over the world were invited to this conference. They also have a session for blood
donation awareness in this conference where all the participants can donate their blood.
Strictly adhere to the Object-Oriented speciications given in the problem statement. All class
names, member variable names, and function names should be the same as specified in the problem
statement.
Write a C+ program to the donor and address details and display it.
The class Address has the following public data members.
Data Type
string
string
hering
string
Varlable
street
city
state
country
The class Donor has the following public data members.
Data Type
string
Variable
Int
hoat
Address
name
age
height
address
Include the following method in the Donor clas.
Method
vold displayDetalso
Member Function
To display all the detals ofa
da donor.
In the maino method, obtain address and donor details trom the user in the console and display it by
calling displayDetalso method in Donor class.
(All text in bold corresponds to input and rest corresponds to output)
Sample Input and Output 1:
Enter the name :
Riya
Enter the age:
22
Enter the height:
155.5
Enter the welght:
47
Enter the street:
26NWStreet
Enter the city:
Provo
Enter the state:
Utah
Enter the country:
America
Name Riya
Age 22
Height:155.5
Weight 47
Street:2bNWStreet
City:Provo
State Utah
Country America
Transcribed Image Text:Dev is a third-year MBBS student in Provo. His College has planned to conduct the ath International Conference on Advancement in Hematology and Oncology. Doctors and people who involved in social activities from all over the world were invited to this conference. They also have a session for blood donation awareness in this conference where all the participants can donate their blood. Strictly adhere to the Object-Oriented speciications given in the problem statement. All class names, member variable names, and function names should be the same as specified in the problem statement. Write a C+ program to the donor and address details and display it. The class Address has the following public data members. Data Type string string hering string Varlable street city state country The class Donor has the following public data members. Data Type string Variable Int hoat Address name age height address Include the following method in the Donor clas. Method vold displayDetalso Member Function To display all the detals ofa da donor. In the maino method, obtain address and donor details trom the user in the console and display it by calling displayDetalso method in Donor class. (All text in bold corresponds to input and rest corresponds to output) Sample Input and Output 1: Enter the name : Riya Enter the age: 22 Enter the height: 155.5 Enter the welght: 47 Enter the street: 26NWStreet Enter the city: Provo Enter the state: Utah Enter the country: America Name Riya Age 22 Height:155.5 Weight 47 Street:2bNWStreet City:Provo State Utah Country America
Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Database connectivity
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
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
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