wrong statement about c++
a)code removably
b)encapsulation of data and code
c)program easy maintenance
d)program runs faster
Answer Posted / priya
program run faster
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Write a program to show polymorphism in C++?
What are the steps in the development cycle?
What is function overriding in c++?
what are the types of Member Functions?
What is the difference between strcpy() and strncpy()?
How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?
What is the maximum combined length of command line arguments including the space between adjacent arguments?
What is c++ similar to?
What is the difference between cin.read() and cin.getline()?
When should you use global variables?
Why do we use double in c++?
What is c++ coding?
What is pure virtual function? Or what is abstract class?
Write about the role of c++ in the tradeoff of safety vs. Usability?
How to declare an array of pointers to integer?