The most common attributes of a person are the person's first and last name (include middle initial in first name field). The typical operations on a person's name are to set the name and print the name. Figure 10-11 the UML class diagram of the class personType. The following are the specification of the member methods: 1. Use auto-implemented properties on this class. 2. Use constructor and destructor. 3. The print() member method simply prints the person's details - first name and last name. 4. Sample program output is shown below: PERSON DETAILS First Name: PETER M. Last Name: DELA PEÑA JR. First Name: SUSIE P. Last Name: MARIANO **** (and so on ...) *** END-OF-PROGRAM RUN *** personType -tirstName: string -lastName: string print (): void +setName (string, string): void +getFirstName () const: string +getLastName () const: string +personType (atring "", string - "") FIGURE 10-11 UML class diagram of the class personType
The most common attributes of a person are the person's first and last name (include middle initial in first name field). The typical operations on a person's name are to set the name and print the name. Figure 10-11 the UML class diagram of the class personType. The following are the specification of the member methods: 1. Use auto-implemented properties on this class. 2. Use constructor and destructor. 3. The print() member method simply prints the person's details - first name and last name. 4. Sample program output is shown below: PERSON DETAILS First Name: PETER M. Last Name: DELA PEÑA JR. First Name: SUSIE P. Last Name: MARIANO **** (and so on ...) *** END-OF-PROGRAM RUN *** personType -tirstName: string -lastName: string print (): void +setName (string, string): void +getFirstName () const: string +getLastName () const: string +personType (atring "", string - "") FIGURE 10-11 UML class diagram of the class personType
Chapter11: Advanced Inheritance Concepts
Section: Chapter Questions
Problem 5RQ
Related questions
Question
Use c#
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution!
Trending now
This is a popular solution!
Step by step
Solved in 4 steps with 1 images
Knowledge Booster
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.Recommended textbooks for you
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
New Perspectives on HTML5, CSS3, and JavaScript
Computer Science
ISBN:
9781305503922
Author:
Patrick M. Carey
Publisher:
Cengage Learning