CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: smishash

Search: Search took 0.03 seconds.

  1. Replies
    9
    Views
    28,547

    Re: Parent class to call children method

    I would like to show the simplified case which describes my goal.In general there is
    some system with feedback, and the difference between data collecting and the feedback
    is just in parameters....
  2. Replies
    9
    Views
    28,547

    Re: Parent class to call children method

    - shure, i just liked their way to "defence" themselves from unwanted deeper inheritance :-)
  3. Replies
    9
    Views
    28,547

    Re: Parent class to call children method

    Gcdef,Amleto, thanks for your advise,
    so after some googling I found a solution that seems nice - using private inheritance
    and pure virtual functions at the base class.
    ...
  4. Replies
    9
    Views
    28,547

    Parent class to call children method

    Hello all,

    I am looking for elegant way to call children's method from parent class,
    is at possible at all?

    Thanks
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured