|
-
May 6th, 2000, 01:09 PM
#1
static method
I am trying to call a method. When I try to compile, it gives a 'can't make static reference to void seat(int) in class Prog719'
the call is seat(request);
the method is defined as
public void seat(int request)
can you give me some insight into what I'm doing wrong, either from the error message or the little code I've given?
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
|