|
-
Aug 28th, 2002, 10:57 AM
#1
Thread Starter
Lively Member
Instantiating class
example
public class CountFilps {
/** Creates a new instance of CountFilps */
public CountFilps() {
}
}
This is a class that Sun One put in when i told it to do a new class. Why is it automatically creating an instance of CountFlips? I don't understand this. I am new to Java and i am taking a class that has just started at a local college but i have decided to read a head and i don't understand what they are talking about.
Why do you Instantiate?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|