Skip to content

Instantly share code, notes, and snippets.

@deanhu2
deanhu2 / shape.cpp
Last active November 1, 2017 17:12
Minimal example of a shape interface and extending it to create a basic square object.
/******************************************************************************
Online C++ Compiler.
Code, Compile, Run and Debug C++ program online.
Write your code in this editor and press "Run" button to compile and execute it.
*******************************************************************************/
#include <iostream>