4. Complete the following class to implement all the methods in the class: public class Person { String name; int birthYear; public Person () { name = "unknown"; birthYear = 2000; } public Person (String givenName, int yearofBirth) { //put your implementation for this method } public String getName () { //put your implementation for this method } public String changeName (String newName) { //put your implementation for this method } public int getAgeInYears (int currentYear) { //put your implementation for this method } public static void main (String[] args) { //Create a new Person object called person1; name is Ahmed, and his birth year // Create a new Person object called person2; name is Rami, and his birth year 2 //print the age of the first person }

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter10: Introduction To Inheritance
Section: Chapter Questions
Problem 20RQ
icon
Related questions
Question
4. Complete the following class to implement all the methods in the class:
public class Person {
String name;
int birthYear;
public Person () {
name = "unknown";
birthYear
= 2000;
}
public Person (String givenName, int yearofBirth) {
//put your implementation for this method
}
public String getName () {
//put your implementation for this method
}
public String changeName (String newName) {
//put your implementation for this method
}
public int getAgeInYears (int currentYear) {
//put your implementation for this method
}
public static void main (String[] args) {
//Create a new Person object called personl; name is Ahmed, and his birth year 1995
// Create a new Person object called person2; name is Rami, and his birth year 2000
//print the age of the first person
}
}
Transcribed Image Text:4. Complete the following class to implement all the methods in the class: public class Person { String name; int birthYear; public Person () { name = "unknown"; birthYear = 2000; } public Person (String givenName, int yearofBirth) { //put your implementation for this method } public String getName () { //put your implementation for this method } public String changeName (String newName) { //put your implementation for this method } public int getAgeInYears (int currentYear) { //put your implementation for this method } public static void main (String[] args) { //Create a new Person object called personl; name is Ahmed, and his birth year 1995 // Create a new Person object called person2; name is Rami, and his birth year 2000 //print the age of the first person } }
Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Function Calling
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
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT