Search:

Type: Posts; User: bravossbrave

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    2,160

    Re: loop in java

    Loop in Java has same syntax as C. If you want to perform same operation many times than you have to write those line many times. But after invetion of Loop ther is no need to do this. We can write...
  2. Replies
    9
    Views
    2,866

    Re: Data Structure

    Data Structure means to way of storing data in different manner. There are many types of Data Structures. Like linear ,non-linear, hash tree, binary tree, etc. Data Structures in programming are very...
  3. Replies
    12
    Views
    2,462

    Re: calling objects in a differnt class

    Yeah You can call any functions or methods from any class. For that you have to make object of called class in calling class. By this you can pass any parameters to that class and also call functions...
  4. Replies
    4
    Views
    2,477

    Re: Inheritance

    Inheritance means to acquire property of others. It also means that we can use code of other functions and methods. Means Code reusability. In this object are defines by classes that are super class...
Results 1 to 4 of 4