wrong statement about c++

a)code removably

b)encapsulation of data and code

c)program easy maintenance

d)program runs faster

Answers were Sorted based on User's Feedback



wrong statement about c++ a)code removably b)encapsulation of data and code c)program easy ..

Answer / pooja

program easy maintenance

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More C++ General Interview Questions

Why Pointers are not used in C++?

0 Answers   Global Logic,


What are the data types in c++?

0 Answers  


Explain how would you handle a situation where you cannot call the destructor of a local explicitly?

0 Answers  


What is class invariant in c++?

0 Answers  


What are c++ files?

0 Answers  






what is the order of initialization for data?

10 Answers   Amazon, TCS, Wipro,


Which one of the following describes characteristics of "protected" inheritance? a) The base class has access only to the public or protected members of the derived class. b) The derived class has non-public, inheritable, access to all but the private members of the base class. c) The derived class has access to all members of the base class. d) The private members of the base class are visible within the derived class. e) Public members of the derived class are privately accessible from the base class.

4 Answers   Quark,


If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3

0 Answers  


What is ctime c++?

0 Answers  


Will c++ be replaced?

0 Answers  


Write a program that will count the number of digits in an input integer up to value MAX_VALUE (2147483647). Thus, for an input of 5837 the output should be 4 digits Make sure that your program works for the numbers 0, 1, and 10. For the number 0, the output should be 1 digit

2 Answers  


Should the member functions which are made public in the base class be hidden?

0 Answers  


Categories