1 2 3 4 5 6 7
#include "Laptop.h" #include <iostream> void Laptop::Print() { Electroics::Print(); std::cout << ' ' << screenSize; }