Skip to content

Commit f746e6d

Browse files
Update Person_2.java
1 parent 5f77639 commit f746e6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Person_2.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package task2;
22
// Question 1.4
33
// creating base class person with attributes name and age
4-
public class Person {
4+
public class Person_2{
55
String name;
66
int age;
77

0 commit comments

Comments
 (0)