Search:

Type: Posts; User: Imanuel

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    2,014

    No, I like it. I was just curious if Poo or Boo...

    No, I like it. I was just curious if Poo or Boo could be accessed via Foo but it appears any such access must be polymorphic and your example is quite clear there.
  2. Replies
    6
    Views
    2,014

    No, to access Poo and Boo members through Foo;...

    No, to access Poo and Boo members through Foo; Foo has no members!
  3. Replies
    6
    Views
    2,014

    Inheritance question

    class Foo{
    public:
    };

    class Poo : public Foo{
    // local variables
    public:
    // Accessor/Mutator
    };
Results 1 to 3 of 3