Why do I need to reference my base class in my UI?

  • Thread starter Thread starter Aaron
  • Start date Start date
A

Aaron

If my BIL is inheriting and makes reference to my base class why do I also
need to make reference to my base class in my UI? I thought the BIL could
encapulate away this level of detail from the UI. Am I doing something wrong
here?
 
Hi,

As paldino said, what is BIL ?

A can think of at least one case where this may happen, if your base class
has a static method. Other than that I don't see how you get any problem
with it.

Cheers,
 
Back
Top