/* * inheritance.cpp * * Created on: Apr 2, 2014 * Author: carola */ #include using namespace std; class A { public: A(){ cout<<"In constructor"<