Skip to content

Commit 0ea7e8d

Browse files
authored
Correction
1 parent e89ed35 commit 0ea7e8d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Readme.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,6 @@ public class Test extends PreTest {
109109

110110
}
111111

112-
/*---- NOTE: Always pay attention to new Test() or the new Class(), it will tell you which class
113-
that object is going to create an image of, then no matter which class' object reference it has,
114-
it is only going to have methods of the class mentioned with new keyword ----*/
115-
116-
117-
/*-- PreTest obj = new Test(); (Then blue print of Test Class will be created) --*/
118-
119112
```
120113

121114
## *Comparators in Java:*

0 commit comments

Comments
 (0)