您现在位置:模拟考场> 湖北自学考试> 专业课> C++程序设计> 浏览试题
[主观题]

#include < iostream, h >


        class test {


        private : int x, y;


        public : void testl ( int a, int b) { x = a ; y = b;}


        int max( );


        };


        _________}


     void main( ){


        test a;


        a. testl ( 1,3);


        cout << a. max ( ) << endl;


        }


收藏 查看答案