wrong statement about c++
a)code removably
b)encapsulation of data and code
c)program easy maintenance
d)program runs faster
Answer Posted / ranjit
code removably
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain what are accessor methods?
What is the use of volatile variable?
Is c++ a low level language?
what is C++ objects?
Do you know the use of vtable?
Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement
What is a constant? Explain with an example.
Explain the difference between using macro and inline functions?
What do you mean by inheritance in c++?
When you overload member functions, in what ways must they differ?
What is the difference between public, private, and protected access?
What is purpose of new operator?
Explain how an exception handler is defined and invoked in a Program.
What is the difference between a definition and a declaration?
What is new in c++?