wrong statement about c++
a)code removably
b)encapsulation of data and code
c)program easy maintenance
d)program runs faster
Answer Posted / pooja
program easy maintenance
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How do you declare A pointer to function which receives an int pointer and returns a float pointer
What is a unnitialised pointer?
What is meant by const_cast?
What are the operators in c++?
What is auto type c++?
What is c++ flowchart?
What is virtual table?
What are the advantages of prototyping?
Why is main function important?
Does c++ support exception handling?
How to declare a pointer to an array of integers?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
What is dynamic and static typing?
When can I use a forward declaration?
What are the advantages of using pointers in a program?