public class Walrus
extends Animal 
Walrus class,derived subclass from the superclass Animal)
- Author:
 
- Rehaman Naguru Abdur
 
- 
 
- 
Constructor Summary
Constructors
 
- 
Method Summary
void
 
void
 
void
 
void
abstract move() - has no implementation
 
void
abstract speak() - has no implementation
 
 
 
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
 
- 
 
- 
Method Details
- 
calculation
public void calculation()
 
- 
speak
public void speak()
Description copied from class: Animal 
abstract speak() - has no implementation
- Specified by:
 
speak in class Animal 
 
- 
move
public void move()
Description copied from class: Animal 
abstract move() - has no implementation
- Specified by:
 
move in class Animal 
 
- 
intro
public void intro()
 
- 
about
public void about()