# Hello OO 以下哪个是面向对象程序代码 ## 答案 ```cpp // C++ class Object{ Object(){} ~Object(){} void test(){ std::cout<<"hello"<