Search:

Type: Posts; User: gberisha

Search: Search took 0.14 seconds.

  1. Replies
    1
    Views
    1,009

    What am i doing wrong? Generics

    Hi,
    I am currently using an abstract class which i am later extending using one called People


    abstract public class MediaContainer <T>{

    abstract T DisplayName(T Dispname);}

    which i...
  2. Re: Fill in Container Class using another Class ?

    Yeah, but what i don't get
    in the second Class (Information) now:

    public class Information {
    Containment addinfo = new Containment();
    }

    how do i get the method which i have used in...
  3. Fill in Container Class using another Class ?

    hi there,

    In order to Complete a task sheet for College, i have to create a media Library
    filled with information such as : First Name, Last Name, Artist, Audio length, etc. (just the info).
    i...
Results 1 to 3 of 3