Search:

Type: Posts; User: AravindhVasu

Search: Search took 0.07 seconds.

  1. The implementation of a function with generic return type, returns a specific class. Is this a good practice?

    Consider the following Class structure


    public interface Base {
    }

    public class C1 implements Base {
    }
  2. The implementation of a function with generic return type, returns a specific class, is this a good practice?

    Consider the following Class structure


    public interface Base {
    }

    public class C1 implements Base {
    }
Results 1 to 2 of 2