Untitled
unknown
plain_text
a year ago
227 B
7
Indexable
#include <iostream> using namespace std; class B{ B(int a){ cout<< "How are you "<<a; } }; class D{ D(int b){ cout << "Derived class"<<b; } } int main(){ return 0; }
Editor is loading...
Leave a Comment