COMP2396
Loading...
Searching...
No Matches
Static Public Member Functions
|
List of all members
Shape Class Reference
Static Public Member Functions
static void
main
(String[] args)
Detailed Description
Definition at line
31
of file
Shape.java
.
Member Function Documentation
◆
main()
static void Shape.main
(
String[]
args
)
inline
static
Definition at line
32
of file
Shape.java
.
32
{
33
Square sq =
new
Square(1.0);
34
Rectangle re =
new
Rectangle(1.0, 2.0);
35
}
The documentation for this class was generated from the following file:
pastpaper/2014_2/
Shape.java
Shape
Generated on Sat Dec 7 2024 17:10:09 for COMP2396 by
1.12.0