class sorting4 { int *toSort; int length; public: sorting4(int *elements, int nbElements); void CommentedBubble(); void CommentedSelection(); };