65.9K
CodeProject is changing. Read more.
Home

Following object inheritance

starIconstarIconstarIconstarIconstarIcon

5.00/5 (1 vote)

Jul 21, 2010

CPOL
viewsIcon

4322

OriginalGriff has made a nice and small class. But I don't think I would use this code in an application. Most times when I want to know about the inheritance chain of an object is while I'm coding. So a quick and nice (commandline?) tool would be a better fit, I think. The problem with...