0

I been creating a nice static custom framework for my project using this useful Guide

but now i realize that it need to get access of few methods of an External Class.

So how to deal with this? Should i create an Abstract Interface like showed here and put it inside the framework? So i can access to some fews methods of this external class ?

Or should i proceed in some other ways? like using some framework dependencies?

Did someone have ever had this situation before?

Community
  • 1
  • 1
Denis Bulgarini
  • 143
  • 3
  • 11

1 Answers1

0

Problem solved using the Design Patterns like Abstract Interface Factory as showed Here!

Denis Bulgarini
  • 143
  • 3
  • 11