Class IntroToBlueJ
java.lang.Object
IntroToBlueJ
- public class IntroToBlueJ
- extends Object
Write a description of class IntroToBlueJ here.
- Version:
- (a version number or a date)
- Author:
- (your name)
Constructor Summary |
IntroToBlueJ()
Constructor for objects of class IntroToBlueJ |
Method Summary |
int |
sampleMethod(int y)
An example of a method - replace this comment with your own |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntroToBlueJ
public IntroToBlueJ()
- Constructor for objects of class IntroToBlueJ
sampleMethod
public int sampleMethod(int y)
- An example of a method - replace this comment with your own
- Parameters:
y
- a sample parameter for a method
- Returns:
- the sum of x and y