Hi there,
I am trying to make best use of Fortran's OOP features and I have a question regarding the overriding of type-bound procedures.
Is there a way in which I can define a type-bound procedure that can be overridden in child objects (objects which extend the base class) and have different dummy arguments?
At the moment I can override type-bound procedures but I have to have exactly the same number and type of dummy arguments. I had been thinking about generic procedures, but I couldn't figure out to tackle the problem.
Thanks,
Ewan