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