Abstract class,interfaceHello. I have some problem. I have interface with 2 function class Convert{ virtual string ...
Polimorphic functioni understood. it is my bag=) i must write print(&a) Thank you!
Polimorphic functionok.. i made it void print(Abstract* ) { cout<<"Polimorphic function"; } but how i can call it i...
Polimorphic functioni don't know how it made. for exemple: class Abstract{ //Абстрактный класс publ...
Polimorphic functionHi! I need to create Polimorphic function which takes abstract class as argument. class Abstract{...
This user does not accept Private Messages