// Area.cpp: implementation of the Area class. // ////////////////////////////////////////////////////////////////////// #include "Area.h" ////////////////////////////////////////////////////////////////////// // Construction/Destruction ////////////////////////////////////////////////////////////////////// Area::Area() { nucleotides = 0; } Area::~Area() { }