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

Do vectors start at 0 c++?

0 Answers  


which operator is used for performing an exponential operation a) > b) ^ c) none

0 Answers  


Write a C++ Program to Generate Random Numbers between 0 and 100

1 Answers  


Give a very good method to count the number of ones in a "n" (e.g. 32) bit number.

3 Answers  


What problem does the namespace feature solve?

1 Answers  






How do I use arrays in c++?

0 Answers  


What is a float in c++?

0 Answers  


What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?

0 Answers  


How can virtual functions in c++ be implemented?

0 Answers  


Name four predefined macros.

0 Answers  


Can we declare destructor as static? Explain?

3 Answers  


Do we have to use initialization list in spite of the assignment in constructors?

0 Answers  


Categories