单项选择题下面程序的输出结果是______。#include<iostream.h>#include<string.h>void main(){char p1[10],p2[10];strcpy(p1, abc );strcpy(p2, ABC );char str[50]= xyz ;strcpy(str+2,strcat(p1,p2));cout<<str;}
单项选择题下列有关类继承的叙述中,错误的是______。