wrong statement about c++
a)code removably
b)encapsulation of data and code
c)program easy maintenance
d)program runs faster
Answer Posted / jitendra
code removable
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are associate containers?
What is the full name of logo?
List the features of oops in c++?
How can we read/write Structures from/to data files?
What is the main use of c++?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
What is a constant reference?
What is the best c++ book for beginners?
What is the basic structure of a c++ program?
How many types of classes are there in c++?
What is a storage class used in c++?
Can we use clrscr in c++?
Explain the differences between list x; & list x();.
How can virtual functions in c++ be implemented?
What do you mean by volatile and mutable keywords used in c++?