COMP2396
Loading...
Searching...
No Matches
pastpaper._2014_2.Animal Class Reference

Public Member Functions

 Animal ()
 
String toString ()
 

Static Public Member Functions

static void main (String[] args)
 

Detailed Description

Definition at line 18 of file Animal.java.

Constructor & Destructor Documentation

◆ Animal()

pastpaper._2014_2.Animal.Animal ( )
inline

Definition at line 19 of file Animal.java.

19 {
20 System.out.println("Animal()");
21 }

Referenced by pastpaper._2014_2.Animal.main().

Here is the caller graph for this function:

Member Function Documentation

◆ main()

static void pastpaper._2014_2.Animal.main ( String[] args)
inlinestatic

Definition at line 26 of file Animal.java.

26 {
27 Animal a = new Animal();
28 System.out.println(a);
29 }

References pastpaper._2014_2.Animal.Animal().

Here is the call graph for this function:

◆ toString()

String pastpaper._2014_2.Animal.toString ( )
inline

Definition at line 23 of file Animal.java.

23 {
24 return "Animal";
25 }

The documentation for this class was generated from the following file: