Skip to content

Commit 30cd83d

Browse files
committed
Jan27
1 parent 4cb1f60 commit 30cd83d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Jan27/ObjCreation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ public class ObjCreation {
44
String brand;
55
double price;
66
String ram;
7-
public static void display(ObjCreation Mobile) {
7+
public void display(ObjCreation Mobile) {
88

99
System.out.println(Mobile.brand);
1010

0 commit comments

Comments
 (0)