Search:

Type: Posts; User: SamJava_the_Hut

Search: Search took 0.11 seconds.

  1. Re: What difference does an additional constructor make to your program?

    Thank you Jim, that makes sense ;)
  2. Re: What difference does an additional constructor make to your program?

    I'm sorry, but I still don't understand the need to create another constructor to overload a default constructor if you have getters and setters. And just to be clear, the reason I want to understand...
  3. Re: What difference does an additional constructor make to your program?

    So does that mean if I have a parameterized constructor, I don't need getters and setters?
  4. What difference does an additional constructor make to your program?

    Hi, I'm just wondering what benefit a parameterized constructor (other than giving the option of overloading the default constructor)? If I had a default constructor along with getters and setters,...
Results 1 to 4 of 4