move instanceof code

This commit is contained in:
Loredana
2019-01-13 10:32:02 +02:00
parent 8f938c54a9
commit 4f103eeb27
6 changed files with 0 additions and 0 deletions
@@ -1,5 +0,0 @@
package com.baeldung.keyword;
public class Circle extends Round implements Shape {
}
@@ -1,4 +0,0 @@
package com.baeldung.keyword;
public class Ring extends Round {
}
@@ -1,4 +0,0 @@
package com.baeldung.keyword;
public class Round {
}
@@ -1,4 +0,0 @@
package com.baeldung.keyword;
public interface Shape {
}
@@ -1,4 +0,0 @@
package com.baeldung.keyword;
public class Triangle implements Shape {
}