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 methods in oop?
#include
Why is polymorphism needed?
Can private class be inherited?
What is abstraction and encapsulation?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What is pure oop?
is there any choice in opting subjects like 4 out of 7
Prepare me a program for the animation of train
Can we create object of abstract class?
What is basic concept of oop?
what are the different types of qualifier in java?
What is ambiguity in inheritance?
What is the purpose of polymorphism?
What is inheritance and how many types of inheritance?