what are the disadvantages of C++?
Answer Posted / jaffar
hi guys,above every said C++ is not fully object oriented
language , not support ENCAPSULATION and not platform
independent.
i think you had a lake of Knowledge about C++
The World most of the companies like Ms , Hp, HCL using C++
for their entire developments.Still Most of the Operating
Systems,System drivers,games are developed in C++.
why?
because of it is fully portable,flexible and ex tenable.And
it most of the lib are platform independents like
SL,STL,OpenGL,OpenCV and etc...
I agree that one,C++ is more complected.
It is not suitable for child-woods.
| Is This Answer Correct ? | 15 Yes | 8 No |
Post New Answer View All Answers
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
What are the features of oop?
What is methods in oop?
What is the diamond problem in inheritance?
How to improve object oriented design skills?
What is polymorphism oop?
What is encapsulation in simple terms?
Prepare me a program for the animation of train
What are the important components of cohesion?
What is byval and byref? What are differences between them?
What are the 4 pillars of oop?
what is different between oops and c++
Why polymorphism is used in oops?
write a program to find 2 power of a 5digit number with out using big int and exponent ?