|
I just started learning VC, right-click and select "new class" in the class view to add a class. As a result, not only must I enter a class name, but I also have to choose a base class, but my class is just an entity class, and I don't need to inherit any other features. . How to remove this restriction? There is no such requirement in C #, thank you! |
|