Skip to content

Commit f9e1dd5

Browse files
Update MethodOverriding.java
1 parent d19ab7b commit f9e1dd5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: _09_Polymorphism/MethodOverriding.java

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
package com._09_Polymorphism;
2-
31
class Super {
42
int x;
53
Super(int x) {

0 commit comments

Comments
 (0)