What are the strengths of C++?
Answer / nashiinformaticssolutions
Portability: C++ applications run on a variety of operating systems.
• Multi-paradigm frameworks: C++ supports object-oriented, generic, and procedural programming frameworks, providing a high degree of programming freedom.
• Scalability: C++ is a robust programming language that can be used to write both low-level, simpler programs and resource-intensive systems.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can the creation of operator** is allowed to perform the to-the-power-of operations?
Why do we use string in c++?
Is there anything you can do in C++ that you cannot do in C?
the first character in the variable name must be an a) special symbol b) number c) alphabet
Explain how the virtual base class is different from the conventional base classes of the opps.
Differentiate between late binding and early binding. What are the advantages of early binding?
What is constructor c++?
What is a v-table?
What are the differences between a struct in C and in C++?
What is enum c++?
Describe the setting up of my member functions to avoid overriding by the derived class?
Why can’t you call invariants() as the first line of your constructor?