Book a Demo

Author Topic: C++ Reverse Engineering  (Read 2035 times)

kcwill2

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
C++ Reverse Engineering
« on: August 06, 2010, 07:48:07 am »
When a class inherits from a base class, how does EA determine whether the connect will be a generalization or a realization? I have a concrete class that inherits from 2 interfaces (represented in C++ as a pure virtual class. One of them shows up on the diagram with a realization and one is a generalization.