The error also tells you which symbol (name) cannot be found and the line on which it occurs. Please post the exact error text if you cannot locate it based on the compiler information.
Ezzaral
Posting Genius
15,986 posts since May 2007
Reputation Points: 3,250
Solved Threads: 847
The constructor difference, while it is an error, has nothing to do with the "Cannot find symbol" error. You need to make sure EmployeeInfo is in the same package as "PayRoll3" or add an import statement for that class. The compiler cannot find the class.
Ezzaral
Posting Genius
15,986 posts since May 2007
Reputation Points: 3,250
Solved Threads: 847