C++Talk.NET Forum Index C++Talk.NET
C++ language newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Overwritten method in different class interfaces

 
Post new topic   Reply to topic    C++Talk.NET Forum Index -> C++ language (comp.lang.c++)
View previous topic :: View next topic  
Author Message
Tobias Erbsland
Guest





PostPosted: Wed Dec 13, 2006 10:11 am    Post subject: Overwritten method in different class interfaces Reply with quote



Hello

I'm not really sure if this should be possible according to the
standard, because didn't found anything in the FAQ and in the C++ book
about that.

==== example ===
class A
{
public:
virtual void foo( int x = 0 ) = 0;
};

class B : public A
{
public:
virtual void foo( double x = 0.0 ) = 0;
};

class Impl : public B
{
public:
virtual void foo( int x ) {};
virtual void foo( double x ) {};
};

int main( int argc, char* argv[] )
{
B* b = new Impl();
int x;
b->foo();
}
==== example ===

I have two interfaces with pure virtual methods. But the methods of the
different interfaces are related together, because the B interface
overloading the method from the interface A. And with the default
arguments, it should be a conflict.

best regards
Tobias
Back to top
Display posts from previous:   
Post new topic   Reply to topic    C++Talk.NET Forum Index -> C++ language (comp.lang.c++) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.