what are the disadvantages of C++?
Answer Posted / prince0777@facebook.com
C++ lacks in System security because it creats .obj file which can be attacked by hacker .Most of the companies uses C and C++ for system programming because it is prone to attacks in application programming.
Others are :-
* does not provide efficient means for deallocation of memory (garbage collection)
* compilation of code is costly due to 2 reasons :-
1. OS vendor has to employ professionals who can make OS environment that supports C++ applications .
2. Authenciation is required by the vendor which is costly .
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How long to learn object oriented programming?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
What is abstraction and encapsulation?
Why is oop useful?
can inline function declare in private part of class?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
Why is encapsulation used?
What are the 4 main oop principles?
When not to use object oriented programming?
Why do while loop is used?
Is this job good for future? can do this job post grduate student?
What are benefits of oop?
How do you achieve runtime polymorphism?
State what is encapsulation and friend function?
What is polymorphism explain?