Search:

Type: Posts; User: koder632417

Search: Search took 0.08 seconds.

  1. Re: errror constructor class cannot be applied to give types

    I second what Greg said. Check out the link that he posted. The first page alone should give you enough information on how you need to define your constructor.

    A constructor looks like a method,...
  2. Re: errror constructor class cannot be applied to give types

    If you look inside your customer class you will see a comment:

    // Add constructor, get, set, as needed.

    So it looks like you are supposed to write code here. The error exists because the code...
Results 1 to 2 of 2