Skip to content
Snippets Groups Projects
Commit 1aa3e156 authored by Leo Liu's avatar Leo Liu
Browse files

Edited Staff.java and Products.java file

parent 27f3dbf3
No related branches found
No related tags found
4 merge requests!101Merge feature to the main,!68Zliu44 staff to main,!63project and staff file added myself,!62Edited Staff.java and Products.java file
Pipeline #576500 failed with stage
in 2 seconds
......@@ -364,4 +364,17 @@ public class Products { /* a good class, but not as good as cse391 */
);
}
public Product zliu44Product(){
return new Product (
"Coffee mug",
"Made by pure clay and human made not by machine",
"mug.jpg",
"a good looking mug is on the table",
25.99
);
}
}
......@@ -384,5 +384,14 @@ public class Staff {
"Sun setting behind ocean"
);
}
public Employee zliu44(){
return new Employee(
"Leo Liu",
"Student".
"I am a music producer",
"yoyo.jpg",
"favorite rapper"
);
}
}
images/staff/mug.jpg

126 KiB

images/staff/yoyo.jpg

38.8 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment