S
sreeni
Can anyone suggest some mechanism where i can control the order of
function calls
Example
Base class has some methods(say 3 methods) used by
both derived class 1 , derived class 2
in derived class1 & 2 all these methods are invoked but the order is
different
Is there mechanism of making generic interface saying
from derived class 1 (inside a function) call base class methods (1 ,
2 ,3)
from derived class 2 (inside a function) call base class methods (3 ,
1 ,2)
function calls
Example
Base class has some methods(say 3 methods) used by
both derived class 1 , derived class 2
in derived class1 & 2 all these methods are invoked but the order is
different
Is there mechanism of making generic interface saying
from derived class 1 (inside a function) call base class methods (1 ,
2 ,3)
from derived class 2 (inside a function) call base class methods (3 ,
1 ,2)