Author Topic: Overide operations  (Read 3337 times)

andlil

  • EA User
  • **
  • Posts: 24
  • Karma: +0/-0
  • I love YaBB 1 Gold!
    • View Profile
Overide operations
« on: December 12, 2002, 08:23:16 am »
Hi !

I love that at last this function is included into EA. There is
however a missbehaviour in how it works (my oppinion).
When I override a pure operation from a parent class the
overrided operation is also marked as pure which I think should not be the default behaviour.

/Anders

gsparks

  • EA User
  • **
  • Posts: 325
  • Karma: +0/-0
  • I love YaBB 1 Gold!
    • View Profile
Re: Overide operations
« Reply #1 on: December 13, 2002, 05:23:18 am »
Hi Anders,

I have changed the function such that <<pure>> and {abstract} methods are copied into the child or realizing class as concreate methods (ie. the pure and abstract qualifiers are removed)

I assume this would be the preferred option. This will be in the build 587 update - out early next week,

Cheers,
Geoff Sparks