wrong statement about c++
a)code removably
b)encapsulation of data and code
c)program easy maintenance
d)program runs faster
Post New Answer View All Answers
What is name hiding in c++?
Describe the setting up of my member functions to avoid overriding by the derived class?
Can member data be public?
Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers
What are the advantages of using pointers in a program?
What is a c++ class?
When does the c++ compiler create temporary variables?
What is the use of bit fields in structure declaration?
What are the methods of exporting a function from a dll?
What is #include iostream in c++?
What are the new features that iso/ansi c++ has added to original c++ specifications?
What is a manipulator in c++?
What is a local reference?
Is c++ harder than java?
Why is main an int?