wrong statement about c++
a)code removably
b)encapsulation of data and code
c)program easy maintenance
d)program runs faster
Answer Posted / priya
program run faster
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
How many types of scopes are there in c++?
Explain linked list using c++ with an example?
What is abstraction in c++?
Define a constructor?
Explain what is class definition in c++ ?
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.
Why is polymorphism useful?
How do c++ struct differs from the c++ class?
What is the size of a vector?
How much do c++ programmers make?
Write about a nested class and mention its use?
an integer constant must have atleast one a) character b) digit c) decimal point
How does list r; differs from list r();?
Does there exist any other function which can be used to convert an integer or a float to a string?
What do you mean by public protected and private in c++?