#include using namespace std; class Student{ int age; public : /// default constructor Student (){ cout<<"Construtor called "<