Hi, I am new in programming word. Currently I am learning C++ programming language. I want to know what the disadvantages of C++ programming language are. All possible replies and comments are appreciated.
Hi, I am new in programming word. Currently I am learning C++ programming language. I want to know what the disadvantages of C++ programming language are. All possible replies and comments are appreciated.
• C++ is not pure object oriented.
• Not support dynamic memory allocation.
• Not support dynamic binding.
• It doesn't support to build GUI oriented S/W easily
• It is platform independent
Bookmarks