|
Boost : |
From: Rob Stewart (stewart_at_[hidden])
Date: 2004-05-21 15:31:33
From: "Reece Dunn" <msclrhd_at_[hidden]>
>
> Q: Since the above is valid C++, is the following?:
> virtual void myfn( char ) = 0;
> virtual void myfn( int, bool ) = 0;
Absolutely. You can overload virtual functions just like
non-virtual functions.
-- Rob Stewart stewart_at_[hidden] Software Engineer http://www.sig.com Susquehanna International Group, LLP using std::disclaimer;
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk