what are the disadvantages of C++?
Answer Posted / akshay
C++ is not network based. Softwares in C++ cannot be shared among people at different locations.
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
Where is pseudocode used?
Can we create object of interface?
What is encapsulation process?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
What is multilevel inheritance?
What is balance factor?
What is class and example?
When not to use object oriented programming?
What is meant by oops concept?
Can destructor be overloaded?
What does sksksk mean in text slang?
Can enum be null?
What is debug class?what is trace class? What differences are between them? With examples.
How can you overcome the diamond problem in inheritance?
How to call a non virtual function in the derived class by using base class pointer