Book a Demo

Author Topic: Changing method name in base class...  (Read 2009 times)

ErikEngerd

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Changing method name in base class...
« on: August 27, 2003, 10:02:58 am »
Hi,


Whenever we change a name of a method in a base class or interface which is implemented in the derived class, the derived class method name is not changed.

How should we model to get the correct behavior?

Cheers
 Erik