Jump to content

iandev

Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Everything posted by iandev

  1. Sirs, im trying to build and application based on OO and found some additional problems about namespaces. The suggestion to use virtual folders solved almost all my problems, but one remained. I'd would ask you to take a look at the following image to get a better understanding of my problem. As you'll see, since both classes: Sincronizador (baseclass) and SincronizadorFTP(subclass) are on the same hierarchy I added the same prefix to them to keep dinamyc dispatching working well. But this as would be expected brought me back to the collision problem between equal method names in those classes. Any suggestion on how to workaround this problem? Note: It could be suggested to get rid of "abstract methods" on baseclass but this would be undesireable in terms of my conceptual code organization.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.