wrong statement about c++
a)code removably
b)encapsulation of data and code
c)program easy maintenance
d)program runs faster
Answer Posted / jitendra
code removable
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are arrays c++?
Which is the best c++ compiler?
Mention the ways in which parameterized can be invoked. Give an example of each.
What is the type of this pointer in c++?
How does a C++ structure differ from a C++ class?
Write about the stack unwinding?
Difference between a copy constructor and an assignment operator.
What is a set in c++?
Define vptr.
What are the four main data types?
How can you link a c++ program to c functions?
What do you mean by funtion prototype?
You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
Explain the isa and hasa class relationships. How would you implement each?
I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?