Search:

Type: Posts; User: antoni

Search: Search took 0.07 seconds.

  1. Replies
    2
    Views
    930

    information on main method

    Hello,
    Following is my case.

    i have main method in which i have a switch case.
    i'm instantiating my objetcs in the main ;

    public class BoiteALettres
    {
    public static void main(String[]...
  2. Replies
    4
    Views
    1,123

    Re: question on inheritance

    the maximum capcity of an array of objects.
    eg
    BoiteALettres[] BoiteALettresListe= new BoiteALettres[4];

    BoiteALettresListe.length =4
  3. Replies
    4
    Views
    1,123

    question on inheritance

    Hello every one,
    I'm new to java ; The following is my doubt
    I have a base abstract class(this cannot be instantiated) which is inherited by 2 classes.
    they are asking to create an class which...
Results 1 to 3 of 3