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 |
Why can’t you call invariants() as the first line of your constructor?
Is it possible to provide special behavior for one instance of a template but not for other instances?
How do you initialize a class member, class x { const int i; };
What is a type library?
Explain static and dynamic memory allocation with an example each.
What are proxy objects in c++?
If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?
Can malloc be used in c++?
How to write a program such that it will delete itself after exectution?
Write about the retrieval of n number of objects during the process of delete[]p?
How to stop conversions among objects?
What is the use of setprecision in c++?