单项选择题在面向对象的方法中, ( )描述的是具有相似属性与操作的一组对象。
单项选择题下列程序的运行结果是( )。 main() {int a=2,b=3,c=4;if(a<b) if0<0)c=0; elsec+=1; printf( %dh”,c);}