Search:

Type: Posts; User: TenLeftFingers

Search: Search took 0.07 seconds.

  1. Re: Is my understanding of explicit casting correct?

    Thanks Deepak, I understand now.
  2. Is my understanding of explicit casting correct?

    For the below code:

    public interface Printable {
    void print();
    }

    class ShoppingItem {
    public void description() {
    System.out.println("Shopping Item");
    }
Results 1 to 2 of 2