M
Michael Yanowitz
Hello:
Are there any tools to convert non-object-oriented code
into object-oriented code?
If not, perhaps something that I can pass in two (or more)
classes and will create a base-class and simplify the passed
in classed to be derived from the base class?
Ideally this would be Python but if not, C-to-C++ would
be ok?
Thanks in advance:
Michael Yanowitz
Are there any tools to convert non-object-oriented code
into object-oriented code?
If not, perhaps something that I can pass in two (or more)
classes and will create a base-class and simplify the passed
in classed to be derived from the base class?
Ideally this would be Python but if not, C-to-C++ would
be ok?
Thanks in advance:
Michael Yanowitz