Search:

Type: Posts; User: LDM91

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    1,688

    Re: Polymorphism issue

    Thank you for very much! The concrete no parameter method and abstract method with the parameter works perfectly. Sorry if the problem was difficult to understand I didn't quite understand the...
  2. Replies
    5
    Views
    1,688

    Re: Polymorphism issue

    Thought I'd update you on a couple of changes I made. In my parent class I adjusted the method I wanted to overload in the child classes to abstract with no parameters. This meant I could simply...
  3. Replies
    5
    Views
    1,688

    Re: Polymorphism issue

    Thank you for your reply. That very nearly was what I was trying to convey, I believe I may have been going about it wrong now. The following is what I wish to achieve:

    public abstract class...
  4. Replies
    5
    Views
    1,688

    Polymorphism issue

    Hey there. I'm making a game that utilises two different modes which inherit from an abstract class. The basic aim of what I'm trying to achieve is to use polymorphism so that depending on the mode...
Results 1 to 4 of 4