I have created a solution with follwoing structure:
1: Shell (with my Presentor class and Interface class)
2:Web Application(Which will communicate with presenter class, having implementation of the method which is declared in Interface class).
I did every thing in an expected way but it gives me error as
"Cannot create instance of abstarct class"..
I am wired..
Somebody have some clue?
Thanks.
Loading
Pradeep KothiyalPosted Jan 4, 2008, 1:08 AM
Hi,
Thanks for replying!
I think as I have downloaded few bytes of the code from net then problem with that code only.
Anyway now its resolved..
Thanks again.
ArshadPosted Jan 3, 2008, 8:26 AM
Hi,plz check ur code properly.coz some where u are using Abstract class n ur creating the object of that class.That is only the problem.
Abstract class means you cant create the object of that class but u have to inherit that abstract class.Abstract class can have the abstract method as well as the normall methods.
Regrads
Arshad Khan