How to operate different class just one functionsone

Posted by hasan on Stack Overflow See other posts from Stack Overflow or by hasan
Published on 2010-06-05T22:08:33Z Indexed on 2010/06/05 22:12 UTC
Read the original article Hit count: 174

Filed under:
|
|
|
class A {};

class B {};

class C {};

class D {};

//A+B , A+C, B+C , A+D, D+C  namely all of these combinations will be possible just one functions 

© Stack Overflow or respective owner

Related posts about c++

Related posts about class