Re: call base class function or derived class function
- From: Abhishek Padmanabh <abhishek.padmanabh@xxxxxxxxx>
- Date: Sun, 16 Mar 2008 23:01:06 -0700 (PDT)
On Mar 17, 10:48 am, George <Geo...@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
Sorry Igor,
My bad, it should be
int main()
{
Goo g;
g.goo();
return 0;
}
Any comments to my original question?
Your question is a bit unclear to me. Can you simply mention what you
expected and what result you get and if there a contradiction in that?
And what explanation are you looking for apart from what was posted by
Igor above?
.
- Follow-Ups:
- References:
- Re: call base class function or derived class function
- From: Igor Tandetnik
- Re: call base class function or derived class function
- From: George
- Re: call base class function or derived class function
- Prev by Date: Re: call base class function or derived class function
- Next by Date: Re: exporting classes from DLL using def file and NONAME
- Previous by thread: Re: call base class function or derived class function
- Next by thread: Re: call base class function or derived class function
- Index(es):
Relevant Pages
|