Disadvantages of c++
Answers were Sorted based on User's Feedback
Answer / manoj prajapati
its not windows oriented,so it takes a time to coding.
| Is This Answer Correct ? | 26 Yes | 6 No |
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 |
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 |
Answer / manojudhayakumar.r
it is very using to number of character r userd
| Is This Answer Correct ? | 9 Yes | 4 No |
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 |
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 |
Answer / jannat
when programs become large, a single list of instructions
becomes complex and lenghty.
| Is This Answer Correct ? | 4 Yes | 9 No |
How do you differentiate between overloading the prefix and postfix increments?
What is c++ similar to?
Differentiate between the message and method in c++?
There is a array of 99 cells and we have to enter 1-100 elements in it , no two elements would repeat , so the is one no. missing because 99 cells and 1-100 nos. so we had to implement a function to find that missing no.
What is the difference between static link library and dynamic link library?
What is a wchar_t in c++?
What is friend class in c++ with example?
What is meant by a delegate?
Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?
When are exception objects created?
How many lines of code you have written for a single program?
When is dynamic checking necessary?