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

Answers were Sorted based on User's Feedback



wrong statement about c++ a)code removably b)encapsulation of data and code c)program easy ..

Answer / 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

wrong statement about c++ a)code removably b)encapsulation of data and code c)program easy ..

Answer / priya

program run faster

Is This Answer Correct ?    6 Yes 2 No

wrong statement about c++ a)code removably b)encapsulation of data and code c)program easy ..

Answer / priya

program run faster

Is This Answer Correct ?    3 Yes 0 No

wrong statement about c++ a)code removably b)encapsulation of data and code c)program easy ..

Answer / swathi.p

programs runs faster

Is This Answer Correct ?    1 Yes 0 No

wrong statement about c++ a)code removably b)encapsulation of data and code c)program easy ..

Answer / chithra

encapsulation of data and code

Is This Answer Correct ?    7 Yes 7 No

wrong statement about c++ a)code removably b)encapsulation of data and code c)program easy ..

Answer / jitendra

code removable

Is This Answer Correct ?    0 Yes 0 No

wrong statement about c++ a)code removably b)encapsulation of data and code c)program easy ..

Answer / prakash

code removably

Is This Answer Correct ?    0 Yes 0 No

wrong statement about c++ a)code removably b)encapsulation of data and code c)program easy ..

Answer / rinku

program runs faster

Is This Answer Correct ?    0 Yes 0 No

wrong statement about c++ a)code removably b)encapsulation of data and code c)program easy ..

Answer / subitha

code removably

Is This Answer Correct ?    0 Yes 1 No

wrong statement about c++ a)code removably b)encapsulation of data and code c)program easy ..

Answer / ranjit

code removably

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More C++ General Interview Questions

If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?

0 Answers  


Mention the storage classes in c++.

0 Answers  


What is :: operator in c++?

0 Answers  


What is polymorphism in c++? Explain with an example?

0 Answers  


Does a derived class inherit or doesn't inherit?

0 Answers  


how to explain our contribution in the project?

0 Answers   Wipro, Yahoo,


How can you quickly find the number of elements stored in a static array? Why is it difficult to store linked list in an array?

0 Answers  


Are strings mutable in c++?

0 Answers  


Which operator can not be overloaded in C++?

1 Answers  


What's c++ used for?

0 Answers  


write a program that will produce the ff. output. "what fruit will you buy? 1)apple 2)orange 3)mango ENTER CHOICE (1,2 or 3)> HOW MANY WILL YOU BUY?> THAT WILL COST XX.XX

1 Answers  


What is iterator in c++?

0 Answers  


Categories