what is the main difference between c and c++?
Answer Posted / harsh
- C++ introduces many features that are not available in C
and in practice almost all code written in C++ is not
conforming C code. This article, however, focuses on
differences that cause conforming C code to be ill-formed
C++ code, or to be conforming/well-formed in both languages
but to behave differently in C and C++.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference between abstraction and polymorphism?
What is oops with example?
Why is encapsulation used?
Can an interface inherit a class?
What does no cap mean?
What do you mean by Encapsulation?
What is data binding in oops?
What are the benefits of polymorphism?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
State what is encapsulation and friend function?
What is a class and object?
What is an advantage of polymorphism?
What is the difference between inheritance and polymorphism?
Whats is abstraction in oops?
Where You Can Use Interface in your Project