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
What does std :: flush do?
If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?
What is else if syntax?
What gives the current position of the put pointer?
What is c++ coding?
Describe the setting up of my member functions to avoid overriding by the derived class?
What does the ios::ate argument do?
What is a static member?
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
What is isdigit c++?
What is a character in c++?
Write a program to find the Fibonacci series recursively.
What does it mean to declare a member function as static?
What are pointer-to-members in C++? Give their syntax.
Explain what happens when a pointer is deleted twice?