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...


Disadvantages of c++

Answers were Sorted based on User's Feedback



Disadvantages of c++..

Answer / manoj prajapati

its not windows oriented,so it takes a time to coding.

Is This Answer Correct ?    26 Yes 6 No

Disadvantages of c++..

Answer / geetha

1.C++ is not a fully object oriended.it is a partial object
oriended programming.

2.it is also worked without the help of classes and object
like "C" but java can be only accessed through the
objects.so,it is fully object oreinted and will provide the
security.

3."C++" would not provide the full security.

Is This Answer Correct ?    23 Yes 6 No

Disadvantages of c++..

Answer / ritchie

C++ compilers usually convert the code to C before
converting to assembly language. So it takes double the work
compared to C code

Is This Answer Correct ?    16 Yes 11 No

Disadvantages of c++..

Answer / manojudhayakumar.r

it is very using to number of character r userd

Is This Answer Correct ?    9 Yes 4 No

Disadvantages of c++..

Answer / v.santhoshini

*aspects above can result in high maintainence cost.
*many excepections &special cases.
*can control everythong.

Is This Answer Correct ?    2 Yes 0 No

Disadvantages of c++..

Answer / mesfin

now this time not used it trance let to java and c# so this
is old

Is This Answer Correct ?    0 Yes 1 No

Disadvantages of c++..

Answer / jannat

when programs become large, a single list of instructions
becomes complex and lenghty.

Is This Answer Correct ?    4 Yes 9 No

Disadvantages of c++..

Answer / varun

1.yes
2.no
3.yes

Is This Answer Correct ?    6 Yes 12 No

Post New Answer

More C++ General Interview Questions

Which coding certification is best?

0 Answers  


What are the various arithmetic operators in c++?

0 Answers  


What is object slicing and how can we prevent it?

2 Answers   Tech Mahindra,


How is an Abstract Base Class(ABC) related to an "Abstract Data Type" (ADT)

2 Answers  


class A { public: void f(); protected: A() {} A(const A&){} }; Examine the class declaration shown above. Why are the default and copy constructors declared as protected? 1. To ensure that A cannot be created via new by a more derived class 2. To ensure that A cannot be copied 3. To ensure that A cannot be used as a base class except when public inheritance has been used 4. To ensure that A cannot be created/copied outside the inheritance chain 5. To ensure that A cannot be instantiated as a static variable

1 Answers  


Is swift a good first language?

0 Answers  


Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?

0 Answers  


How would you represent an error detected during constructor of an object?

1 Answers  


Why ctype h is used in c++?

0 Answers  


Explain the volatile and mutable keywords.

0 Answers  


Describe linkages and types of linkages?

0 Answers  


Is c++ high level programming language?

0 Answers  


Categories