View Single Post
  #6 (permalink)  
Old 05-04-2008, 12:19 AM
danielstoner's Avatar
danielstoner danielstoner is offline
Senior Member
 
Join Date: Apr 2008
Location: Canada
Posts: 183
danielstoner is on a distinguished road
- managers array could be null
- Manager(manName,salary,numberProject) constructor can do something that with the parameters and a parameter could be null
- boss instance could be null
- n could be null and boss.AddManager(n); can try to do something with n

Unless you post your full code we cannot point to the exact error.
__________________
Daniel @ [
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
]
Language is froth on the surface of thought
Reply With Quote