Search:

Type: Posts; User: Ace Coder

Search: Search took 0.08 seconds.

  1. Replies
    6
    Views
    1,874

    Re: Object as a Reference into Object's Class

    This is a small part of a project I've started on, but what I'm trying to accomplish with this example code is combine different objects to create a new object. This will be used in a simple DOS era...
  2. Replies
    6
    Views
    1,874

    Re: Object as a Reference into Object's Class

    Alright that's where I'm lost. How can I either get extraClass to 'see' Third, or possibly accomplish the same goal in a different way?
  3. Replies
    6
    Views
    1,874

    Re: Object as a Reference into Object's Class

    The Third object was declared and initialized in the Main class.
  4. Replies
    6
    Views
    1,874

    Object as a Reference into Object's Class

    Basically I have:

    A main class:
    public class mainClass
    {
    public static void main(String[] args)
    {
    extraClass First=new extraClass("First",1,true);
    extraClass...
Results 1 to 4 of 4