Fractals
One of a kind, wonderful geometric object Back when I was a Junior, I came across term 'Fractal' from, 'The Object Oriented Programming in Turbo C++' book by Robert Lafore. Fractal is a shape that appears similar at all scales of magnification. Recently, I happened to come across the same book and started reading Chapter 17, Just for Fun, containing Fractals sample code in it. So, 'just for fun', I thought of a few fractal with the OOPs & recursion skills I have scored over years.