wrong statement about c++
a)code removably
b)encapsulation of data and code
c)program easy maintenance
d)program runs faster
Answer Posted / prakash
code removably
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain data encapsulation?
What are the types of pointer?
What is the difference between a "copy constructor" and an "assignment operator" in C++?
What are the two types of comments, and how do they differ?
How many types of scopes are there in c++?
What is class and structure in c++?
Differentiate between the message and method in c++?
Define a pointer to a data member of the type pointer to pointer?
State the difference between pre and post increment/decrement operations.
What is the array and initializing arrays in c++?
What is ios flag in c++?
Define pointers?
Comment on assignment operator in c++.
Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()
Is it possible to have a recursive inline function in c++?