Top "Class-hierarchy" questions

Class hierarchy refers to a set of classes and their inter-relationships.

How to test if one java class extends another at runtime?

How to I test if a is a subclass of b? Class<?> a = A.class; Class<?> …

java subclass instanceof class-hierarchy
Application to generate Java class hierarchy diagram

Looking for a tool that: Produces a visually pleasing (not garish), orthogonally structured graph hierarchy Outputs high-quality PNG images (300dpi+) …

java visualization class-hierarchy call-graph
I need to implement C# deep copy constructors with inheritance. What patterns are there to choose from?

I wish to implement a deepcopy of my classes hierarchy in C# public Class ParentObj : ICloneable { protected int myA; public …

c# .net clone class-hierarchy
How should a basic class hierarchy be constructed?

I know how to code and use simple classes, and I even know how inheritance works and how to use …

c++ python class inheritance class-hierarchy
Force all classes to implement / override a 'pure virtual' method in multi-level inheritance hierarchy

In C++ why the pure virtual method mandates its compulsory overriding only to its immediate children (for object creation), but …

c++ overriding language-lawyer class-hierarchy virtual-functions
Tool to Show Class Hierarchies in .NET

Is there a way/tool that could show me all the classes/interfaces that implement a certain interface in my …

.net class-hierarchy
Child class calls a method of the parent class

In objective-C I want to have a child class call or invoke a parent's method. As in the parent has …

objective-c methods parent-child class-hierarchy alloc
How do I change the hierarchy parent of an activity?

At the moment it is main activity but I want to change it to the Categories activity. Is this where …

java android class-hierarchy