题目类型:
问答题
题目内容
程序在主函数中创建派生类Derived的对象obj,调用f()函数后输出DBC 
正确答案
class Derived: publie Base,ptr->f();
程序在主函数中创建派生类Derived的对象obj,调用f()函数后输出DBC 