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
What parameter does the constructor to an ofstream object take?
What is the copy-and-swap idiom?
Why do we need function?
What do you mean by function and operator overloading in c++?
Explain the isa and hasa class relationships. How would you implement each?
Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work
Can static member variables be private?
What are the implicit member functions of class?
Can we delete this pointer in c++?
Explain the concept of friend function in c++?
What is the most powerful coding language?
Is there any difference between int [] a and int a [] in c++?
What is #include c++?
What is meant by a delegate?
Why do we use iterators?