#pragma once#include "Sort.h" class Insert : public Sort{public: Insert(int, int*); Insert(); void Run(void);public: ~Insert(void);};