what are the disadvantages of C++?
Answer Posted / bob
I think, the main disadvantage of C++ is that there is a
crowd of uncompetent people who doesn't know about this
language anything (as well as about key concepts of software
develoment, like OOP). Think twice before post bullshit.
Cheers.
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
Is enum a class?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
How to call a non virtual function in the derived class by using base class pointer
What is static in oop?
What is polymorphism and its types?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
c++ program to swap the objects of two different classes
Why do pointers exist?
How to improve object oriented design skills?
What is pure oop?
What is the difference between inheritance and polymorphism?
What are the 3 principles of oop?
What is class and object with example?
What is a superclass in oop?
What are objects in oop?