Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

wrong statement about c++

a)code removably

b)encapsulation of data and code

c)program easy maintenance

d)program runs faster

Answer Posted / gucman

I suppose it should be a) Code reusability not
removability :)

So the wrong statement is d) program runs faster - c++ is
not faster than say C, pascal or other compiled code (it
has however very good compilers that make very aggressive
optimisations so it may look like it is faster)

a) code reusability - it's true as you can inherit the
class and use its properties and functions again modifying
it to your needs in a derived class

b) encapsulation of data and code - you can declare member
variables (data) and member functions (code) as private,
protected to encapsulate it and forbid its use outside
class instances / instances of inherited classes

c) program easy maintenance - it is true (or at least
should be true) for every oo language. If you are unsure
about this try maintenance large C program

Is This Answer Correct ?    10 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are the events occur in intr activated on interrupt vector table

1671


Perform addition, multiplication, subtraction of 2-D array using Operator Overloading.

3798


Where Malloc(), Calloc(), and realloc() does get memory?

999


what is data encapsulation in C++?

1012


Is overriding possible in c++?

954


What is meant by a delegate?

1034


What does scope resolution operator do?

1053


What is a stack c++?

955


Why c++ is faster than java?

1008


What is atoi in c++?

1017


What is a storage class?

1183


What is abstract class in c++?

987


How are virtual functions implemented in c++?

1017


When does a 'this' pointer get created?

1035


How did c++ start?

1043