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 the benefit of oop?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
Is enum a class?
How to call a non virtual function in the derived class by using base class pointer
Can you inherit a private class?
Explain the advantages of inheritance.
What are functions in oop?
can we make game by using c
How do you define social class?
What is advantage of inheritance?
What is new keyword in oops?
what is the drawback of classical methods in oops?
How do you achieve polymorphism?
c++ program to swap the objects of two different classes
Why do we use polymorphism?