wrong statement about c++
a)code removably
b)encapsulation of data and code
c)program easy maintenance
d)program runs faster
Answer Posted / swathi.p
programs runs faster
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
Explain object slicing in c++?
Can we use clrscr in c++?
What is cout flush?
Discussion on error handling of C++ .
Explain the uses oof nested class?
What is virtual base class uses?
What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?
How long does it take to get good at leetcode?
How many static variables are created if you put one static member into a template class definition?
What is a unnitialised pointer?
Can we sort map in c++?
What are member functions used in c++?
What is an object in c++?
What is a pointer with example?