create a class
Posted: Thu May 24, 2007 4:20 pm
I am not able to create / instantiate a new class with text pad:
example - // Create an empty account
Account my_account = new Account();
I am having this compile error:
F:\java3\wk3\AccountDemo.java:13: cannot find symbol
symbol : class Account
location: class AccountDemo
Account my_account = new Account();
example - // Create an empty account
Account my_account = new Account();
I am having this compile error:
F:\java3\wk3\AccountDemo.java:13: cannot find symbol
symbol : class Account
location: class AccountDemo
Account my_account = new Account();