COMP2396
Loading...
Searching...
No Matches
animal.java
Go to the documentation of this file.
1
package
chapter7;
2
3
@SuppressWarnings(
"unused"
)
4
abstract class animal {
//class must be abstract as it has abstract methods
5
int
x;
6
abstract
void
mustbeoverriden();
7
}
chapter7
animal.java
Generated on Sat Dec 7 2024 17:10:09 for COMP2396 by
1.12.0