what are the disadvantages of C++?
Answer Posted / linto john
one of the main reason is that it does not support encapsulation, as all the code should be within the class, but main function from where the execution starts is outside the class.
and one more reason is that it does not support garbage collection
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the problem with multiple inheritance?
Write a c++ program to display pass and fail for three student using static member function
Where is pseudocode used?
What is abstraction encapsulation?
What does sksksk mean in text slang?
What is polymorphism and its types?
Templates mean
Why multiple inheritance is not allowed?
What causes polymorphism?
Where You Can Use Interface in your Project
What is the difference between procedural programming and oops?
Why is oop useful?
write a C++ program for booking using constructor and destructor.
What is abstraction in oops with example?
Why is polymorphism needed?