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

What is the use of endl?

0 Answers  


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 .

0 Answers  


What is the difference between "overloading" and "overridding"?

3 Answers  


When does the c++ compiler create temporary variables?

0 Answers  


What is the difference between an external iterator and an internal iterator?

0 Answers  






How is new() different from malloc()?

0 Answers  


What is a type library?

0 Answers  


what are Operators and explain with an example?

0 Answers  


Define 'std'.

0 Answers  


What is the use of cmath in c++?

0 Answers  


Name the implicit member functions of a class.

0 Answers  


write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.

0 Answers  


Categories