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
If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?
Write a short code using c++ to print out all odd number from 1 to 100 using a for loop
What is a null object in c++?
Which bit wise operator is suitable for putting on a particular bit in a number?
What are c++ tokens?
What is a pointer with example?
What is a linked list in c++?
Describe the syntax of single inheritance in C++?
List the merits and demerits of declaring a nested class in C++?
What are iterators in c++?
What is the difference between interpreters and compilers?
What is long in c++?
What is this pointer in c++?
What type of question are asked in GE code writing test based on c++ data structures and pointers?
Should a constructor be public or private?