Question

Anthem
US
Last activity: 23 Jul 2018 12:43 EDT
Deleting a class
I have created two classes,
-
ABC-Int
-
ABC-Int-
The 2nd one is the correct class. It is an abstract class with many children. The 1st class was created by mistake. I would like to delete ABC-Int. If I delete ABC-Int it should not effect the children of ABC-Int-.
Can anyone provide me the solution for this issue?