Which of the following is an abstract function A: virtual double getArea( ); B: virtual double getArea( ) = 0; C: double getArea( ) = 0; D: double getArea( );
Which of the following is an abstract function
A、 virtual double getArea( );
B、 virtual double getArea( ) = 0;
C、 double getArea( ) = 0;
D、 double getArea( );
发布时间:2025-10-11 03:03:05