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

Search:

Type: Posts; User: PolishPaul

Search: Search took 0.03 seconds; generated 4 minute(s) ago.

  1. Re: How to return an object of inherited class from abstract base class?

    Thanks,

    I was trying to avoid implementing it in each class... but Generics is the next chapter so I'll find a way then :)

    Thanks for the MemberInfo.Name tip!
  2. How to return an object of inherited class from abstract base class?

    So for practice i'm designing a class library of Animals - cow, chicken, pig, duck. I made my base class "Animal" abstract and the functions within abstract as well. Other animals simply inherit...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured