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

CAN U SAY WHICH PROGRAMING LANGUAGE IS USED BY DOCTORS....?

1 Answers  


Write a Program to find the largest of 4 no using macros.

0 Answers  


What is the difference between an enumeration and a set of pre-processor # defines?

0 Answers  


Consider a c++ template funtion template<class T> T& Add(T a, T b){return a+b ;} if this function is called as T c = Add("SAM", "SUNG"); what will happen? What is the problem in the template declaration/ How to solve the problem.

7 Answers   LG, Samsung,


Can we have "Virtual Constructors"?

10 Answers   TCS,


what is the emaning of '#include" "'?

5 Answers  


What is endianness?

0 Answers  


What is the difference between global variables and local variable

0 Answers  


What methods can be overridden in java?

0 Answers  


5. Can inline functions have a recursion?

4 Answers  


Can we specify variable field width in a scanf() format string? If possible how?

0 Answers  


What is design pattern?

2 Answers   Samsung,


Categories