| View previous topic :: View next topic |
| Author |
Message |
ashishnh33 Guest
|
Posted: Fri Sep 15, 2006 9:10 am Post subject: virtual function |
|
|
i want to know about the concept behind the virtual functions. |
|
| Back to top |
|
 |
ashishnh33 Guest
|
Posted: Fri Sep 15, 2006 9:10 am Post subject: Re: virtual function |
|
|
Jim Langston wrote:
| Quote: | "ashishnh33" <kashish.ashish (AT) gmail (DOT) com> wrote in message
news:1158294416.957415.192670 (AT) b28g2000cwb (DOT) googlegroups.com...
i want to know about the concept behind the virtual functions.
Concept. You should read a book for concepts really. We can tell you what
they look like and such and maybe give a little sample code, but as far as
teaching concepts it's better left to books (either online or dead tree).
thanks.. |
|
|
| Back to top |
|
 |
Jim Langston Guest
|
Posted: Fri Sep 15, 2006 9:10 am Post subject: Re: virtual function |
|
|
"ashishnh33" <kashish.ashish (AT) gmail (DOT) com> wrote in message
news:1158294416.957415.192670 (AT) b28g2000cwb (DOT) googlegroups.com...
| Quote: | i want to know about the concept behind the virtual functions.
|
Concept. You should read a book for concepts really. We can tell you what
they look like and such and maybe give a little sample code, but as far as
teaching concepts it's better left to books (either online or dead tree). |
|
| Back to top |
|
 |
Hooyoo Guest
|
Posted: Fri Sep 15, 2006 9:10 am Post subject: Re: virtual function |
|
|
Jim Langston wrote:
| Quote: | "ashishnh33" <kashish.ashish (AT) gmail (DOT) com> wrote in message
news:1158294416.957415.192670 (AT) b28g2000cwb (DOT) googlegroups.com...
i want to know about the concept behind the virtual functions.
Concept. You should read a book for concepts really. We can tell you what
they look like and such and maybe give a little sample code, but as far as
teaching concepts it's better left to books (either online or dead tree).
You can't use virtual function directly,and you can override it in the |
derived class |
|
| Back to top |
|
 |
Thomas Tutone Guest
|
Posted: Fri Sep 15, 2006 9:10 am Post subject: Re: virtual function |
|
|
ashishnh33 wrote:
| Quote: | i want to know about the concept behind the virtual functions.
|
Naturally, you read the FAQ on this topic before posting, right? Just
in case, why don't you review it again:
http://www.parashift.com/c++-faq-lite/virtual-functions.html
Now, after reviewing that, what questions do you still have?
Best regards,
Tom |
|
| Back to top |
|
 |
|