View Single Post
Old May 26th, 2006, 3:25 PM   #8
Laterix
Newbie
 
Join Date: May 2006
Posts: 3
Rep Power: 0 Laterix is on a distinguished road
Thank you for your effeort everyone! I'm ashamed to say that my example was little missleading.

I actually call pure virtual function from abstract class constructor. And I think that is really a problem, because when I create a new object of SpesificAdapter it automatically calls parent class constructor before it own and there it trys to call operation2() which doesn't exists yet. Am I right?

Anyway, I found a workaround to this problem. You have been very nice. Hopefully I can help someone with Java or PHP in the future.
Laterix is offline   Reply With Quote