what is the main difference between c and c++?
Answer Posted / muthu sundar
The main difference between C and C++ is
polymorphism which is present in C++ and not in C.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why it is called runtime polymorphism?
write a program to find 2^n+1 ?
Why is static class not inherited?
Write a c++ program to display pass and fail for three student using static member function
which feature are not hold visual basic of oop?
What is abstraction in oops with example?
What is property in oops?
What is the real life example of polymorphism?
What is debug class?what is trace class? What differences are between them? With examples.
What is class encapsulation?
What is the difference between inheritance and polymorphism?
What is class and example?
What is encapsulation in simple terms?
Can we define a class within the interface?
What is inheritance in oop?