Using Derived class

  • Thread starter Thread starter visweswararao.neeli
  • Start date Start date
V

visweswararao.neeli

I have two DLL's .One Dll contains the Base class and the second dll
containts the derived class.
Now I want to use the second dll only not referencing the first dll in
my project.

I tried but I was failed to do so. Please help me out.
 
I have two DLL's .One Dll contains the Base class and the second dll
containts the derived class.
Now I want to use the second dll only not referencing the first dll in
my project.

I tried but I was failed to do so. Please help me out.

You can't. How would the compiler know what public methods are
available in the base class, for instance?
 
Add two of the dlls and check out the namespaces of the base dll in
derived classes.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top