Given the following 2 classes
where TClassB inherits everything, including constructor.
How to change uVar's INIT value to 'Y' in class TClassB, without rewriting the CONSTRUCTOR?
CLASS TClassA
  DATA uVar INIT 'X'
  METHOD New() CONSTRUCTOR
ENDCLASS
..
CLASS TClassB FROM TClassA
ENDCLASSwhere TClassB inherits everything, including constructor.
How to change uVar's INIT value to 'Y' in class TClassB, without rewriting the CONSTRUCTOR?
Saludos
Carlos Mora
http://harbouradvisor.blogspot.com/
StackOverflow http://stackoverflow.com/users/549761/carlos-mora
“If you think education is expensive, try ignorance"
Carlos Mora
http://harbouradvisor.blogspot.com/
StackOverflow http://stackoverflow.com/users/549761/carlos-mora
“If you think education is expensive, try ignorance"