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 / gucman

I suppose it should be a) Code reusability not
removability :)

So the wrong statement is d) program runs faster - c++ is
not faster than say C, pascal or other compiled code (it
has however very good compilers that make very aggressive
optimisations so it may look like it is faster)

a) code reusability - it's true as you can inherit the
class and use its properties and functions again modifying
it to your needs in a derived class

b) encapsulation of data and code - you can declare member
variables (data) and member functions (code) as private,
protected to encapsulate it and forbid its use outside
class instances / instances of inherited classes

c) program easy maintenance - it is true (or at least
should be true) for every oo language. If you are unsure
about this try maintenance large C program

Is This Answer Correct ?    10 Yes 1 No

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

Answer / priya

program run faster

Is This Answer Correct ?    6 Yes 2 No

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

Answer / priya

program run faster

Is This Answer Correct ?    3 Yes 0 No

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

Answer / swathi.p

programs runs faster

Is This Answer Correct ?    1 Yes 0 No

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

Answer / chithra

encapsulation of data and code

Is This Answer Correct ?    7 Yes 7 No

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

Answer / jitendra

code removable

Is This Answer Correct ?    0 Yes 0 No

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

Answer / prakash

code removably

Is This Answer Correct ?    0 Yes 0 No

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

Answer / rinku

program runs faster

Is This Answer Correct ?    0 Yes 0 No

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

Answer / subitha

code removably

Is This Answer Correct ?    0 Yes 1 No

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

Answer / ranjit

code removably

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More C++ General Interview Questions

Explain Memory Allocation in C/C++ ?

0 Answers   Infosys,


Specify some guidelines that should be followed while overloading operators?

0 Answers  


What are the methods of exporting a function from a dll?

0 Answers  


Difference between pointer to constant and constant pointer to a constant. Give example.

0 Answers   HAL,


Which software is best for c++ programming?

0 Answers  






What is Pure Virtual Function? Why and when it is used ?

10 Answers   Lucent, Sona,


Can char be a number c++?

0 Answers  


what is an array

17 Answers  


How many different levels of pointers are there?

0 Answers   Genpact,


What is a manipulative person?

0 Answers  


What does scope resolution operator do?

0 Answers  


What is static in c++?

0 Answers  


Categories