count << obj.b<< endl count << obj.a +obj.b + obj.c +endl polymorphism idenoe
Answers
Answered by
0
Answer:
I am new in C++ and stuck with this problem. In below code, which statement cout<<obj.a<<endl; cout<<obj.b<<endl; cout<<obj.c<<endl; cout<<obj.c+obj.a+obj.b<<e ...
,
Similar questions