Search:

Type: Posts; User: TurboTuring

Search: Search took 0.11 seconds.

  1. Replies
    6
    Views
    2,950

    Re: Overriding methods declaration problems

    Sorry, I forgot to post what the compiler told me. If a program it, without using generics, it tells me that I have to implement both methods :

    void M(IC pIC);
    void M(ID pID);

    in the class...
  2. Replies
    6
    Views
    2,950

    Re: Overriding methods declaration problems

    In fact, IA and IB are interfaces of view controllers, and IC and ID ar interfaces of views.

    IA is implemented by an abstract class that represents a general kind of view controller, and IB is...
  3. Replies
    6
    Views
    2,950

    Overriding methods declaration problems

    Hello! I have recently joined this forum, so I donīt know if I am doing it correctly posting this thread here.

    I am having problems with this:

    I want develop an interface IB that extends an...
Results 1 to 3 of 3