When having a base class with pure virtual methods开发者_StackOverflow社区 this makes it so that the class can not be instantiated.If I have regular methods and attributes in this base class does the