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
How is data hiding achieved in c++?
Can you declare an array without a size in c++?
What is the type of 'this' pointer? When does it get created?
advantages and disadvantages of using Borland C++ / version 5.
what is polymorphism?
What is a "RTTI"?
What is private inheritance?
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
How we can differentiate between a pre and post increment operators during overloading?
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
What is a singleton class c++?
What is encapsulation in c++?