Search:

Type: Posts; User: helloworld922

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    1,388

    Re: Not Understanding Polymorphism

    Inheritance (The Java™ Tutorials > Learning the Java Language > Interfaces and Inheritance)
    Polymorphism (The Java™ Tutorials > Learning the Java Language > Interfaces and Inheritance)
  2. Replies
    5
    Views
    1,388

    Re: Not Understanding Polymorphism

    Polymorphism basically is treating one type of object as another.

    For example, a car is an automobile. A truck is also an automobile. thanks to polymorphism, we can treat a car as an automobile,...
Results 1 to 2 of 2