Search:

Type: Posts; User: tornado

Search: Search took 0.08 seconds.

  1. Re: How many instances of class A does the following code create

    i think we have 2 instance right ??
  2. How many instances of class A does the following code create

    How many instances of class A does the following code create ??

    A x, u, v;
    x=new A();
    A y=x;
    A z=new A();
Results 1 to 2 of 2