Class hierarchy

Jan 6, 2009 at 11:17am
Hi

I have the following inheritance hierachy in my project: interface<-utilizador<-funcionario<-gestor

Funcionario e Gestor inherit the methods from interface but I can't use them and when compiling I get error C3861: 'enter': identifier not found.

enter is a method of interface.

I've checked header files and the methods in interface are protected.

Class utilizador is abstract.

Am I missing something?
Jan 6, 2009 at 1:20pm
Are the methods public?
Jan 6, 2009 at 1:29pm
can u list all of your class code?that's might be more straightforward.
Jan 6, 2009 at 6:28pm
Jan 6, 2009 at 10:03pm
I had a syntax error but now it's fixed...

PS. didnt post the code because it was too long... thanks for the article Zaita
Last edited on Jan 6, 2009 at 10:04pm
Topic archived. No new replies allowed.