Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Replies
    9
    Views
    1,618

    [SOLVED] Re: Error in constructor

    Is your problem solved now?
  2. Replies
    9
    Views
    1,618

    [SOLVED] Re: Error in constructor

    The sub class's variable names are the same as the base class's variable names.
    Do you intended to mask the base class variables?
  3. Replies
    9
    Views
    1,618

    [SOLVED] Re: Error in constructor

    Your code does NOT call the super class's constructor, so the compiler wants to add a call to the default constructor which does not exist.
    Either call the super constructor or add a default...
  4. Replies
    9
    Views
    1,618

    [SOLVED] Re: Error in constructor

    You'll have to post some actual code. The names of constructor and class must match. Your comment makes no sense.
  5. Replies
    9
    Views
    1,618

    [SOLVED] Re: Error in constructor

    What is the relationship between Abstract1 and AbstractClass1?
    Your post does not show any Abstract1.

    What line in your code was the error on?
Results 1 to 5 of 5