Answer Posted / nashiinformaticssolutions
In terms of syntax, compilation, and basic memory, C and C++ are very similar. Nonetheless, the two languages differ in a few significant ways:
• While C++ is a multi-paradigm language that supports procedural programming and other programming philosophies, C is a procedural programming language.
• Unlike C++, C does not allow object-oriented programming principles like encapsulation and polymorphism.
• Namespace, reference variable functionality, operator overloading, and function overloading are among the new features that C++ provides.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is meant by a delegate?
What happens when you make call 'delete this;'?
What operator is used to access a struct through a pointer a) >> b) -> c) *
Explain the auto storage classes in c++.
Write about the various sections of the executable image?
What is class definition in c++ ?
Am pass the 10000 records to target in target I will take commit interval 15000 when I was stop the work flow what will happened
Differentiate between late binding and early binding. What are the advantages of early binding?
What is a dll entry point?
What is a null object in c++?
Describe the advantage of an external iterator.
What is switch case in c++ syntax?
Why do we use string in c++?
Explain explicit container.
What is a Default constructor?