Search:

Type: Posts; User: Fanta Hubert

Search: Search took 0.09 seconds.

  1. Replies
    18
    Views
    1,633

    Re: how to access array f objects in java

    EXACTLY...!!!! exactly........any idea how to do tht..??
    I used to have an object array for it in c++... well im zero abt it in java....please help me out..
  2. Replies
    18
    Views
    1,633

    Re: how to access array f objects in java

    import java.util.Scanner;
    class A
    {
    double bp,da,hra,gp;
    int pf,ca;
    void professor()
    {
    bp=37000;
    da=0.4*37000;
    hra=10000;
  3. Replies
    18
    Views
    1,633

    Re: how to access array f objects in java

    do I have to add tht before and after my code to convert it to a presentable form?
  4. Replies
    18
    Views
    1,633

    Re: problem with accesing the classes with objects

    and how do I use code tags and full stack trace?
  5. Replies
    18
    Views
    1,633

    Re: how to access array f objects in java

    and how do I do tht??
    this is my coding.......
    import java.util.Scanner;
    class A
    {
    double bp,da,hra,gp;
    int pf,ca;
    void professor()
    {
    bp=37000;
  6. Replies
    18
    Views
    1,633

    problem with accesing the classes with objects

    import java.util.Scanner;
    class A
    {
    double bp,da,hra,gp;
    int pf,ca;
    void professor()
    {
    bp=37000;
    da=0.4*37000;
    hra=10000;
  7. Replies
    18
    Views
    1,633

    Re: how to access array f objects in java

    ummm... actually wat I meant was not ecaxtly this.... its like.... I access a class repeatedly using an object..and I want to store each access to the class in an array of the object tht I created...
  8. Replies
    18
    Views
    1,633

    need help in using array of objects to access classes...

    hi...im just running over some programs in java inheritance... and i so desperatly need to use array of objects for acesing some of my subclasses.....ive done this in c++ ,....well i guess its not...
  9. Replies
    18
    Views
    1,633

    how to access array f objects in java

    Hi.... im just trying out some new programs using inheritance... can sumone pleeassee teme how to use array of objects in java??? ive donw it in c++ but i guess its no tthe same here in java...can...
Results 1 to 9 of 9