Package edu.nwmissouri.animalList
Class Dinosaur
java.lang.Object
edu.nwmissouri.animalList.Animal
edu.nwmissouri.animalList.Dinosaur
- Author:
- ANURAG KOLLURU
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Dinosaur
- Parameters:
name
- - String
-
-
Method Details
-
speak
public void speak()This method is used to print speak -
move
public void move()This method is used to print move -
area
public int area(int l, int b) - Parameters:
l
-b
-- Returns:
- l*b
-
value
public void value()This method prints area
-