伦理的特性包括
A.客观
B.客体
C.主观
D.主体
E.社会
正确答案是ABE
扫描二维码免费使用微信小程序搜题/刷题/查看解析。
版权声明:本文由翰林刷题小程序授权发布,如需转载请注明出处。
本文链接:https://doc.20230611.cn/post/1157137.html
上一篇:中国在______基本确立了政府的财政支出作为公共支出的基本方向。
下一篇:#include<iostream> using namespace std; class base { private: int m; public: base(){}; base(int a):m(a){} int get(){return m;} void set(int a){m=a;} }; void main() { base*ptr=new base[2
#include<iostream> using namespace std; class base { private: int m; public: base(){}; base(int a):m(a){} int get(){return m;} void set(int a){m=a;} }; void main() { base*ptr=new base[2