给出下述源程序的运行结果:#include iostreamhclass A private int a b;public Aint i int j a = i; b = j; void Moveint x int y a += x; b += y; void Show cout a b endl; ;class B private A public Bint
输出结果为: (1, 2) 5,6 (8, 9) (3, 4)
原文地址: https://www.cveoy.top/t/topic/ffgg 著作权归作者所有。请勿转载和采集!