#pragma once class ChapterTest { public: virtual ~ChapterTest() = default; virtual void test() = 0; };