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
What is cohesion in oop?
What is the real life example of polymorphism?
What is destructor example?
How to hide the base class functionality in Inheritance?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
Why do we use class?
What is overloading in oop?
What causes polymorphism?
Can main method override?
What is stream in oop?
What is destructor in oop?
What is the difference between abstraction and polymorphism?
What is multilevel inheritance in oop?
What is encapsulation oop?