what is the main difference between c and c++?
Answer Posted / santhosh r
C has no security, grouping ,sharing,extendability.
C++ is having all the above features.
The earliest name of C++ was "C WITH CLASSES".
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
write a program that takes input in digits and display the result in words from 1 to 1000
What is polymorphism in oop example?
How is class defined?
How is polymorphism achieved?
What is the types of inheritance?
What is a class in oop?
Can we define a class within the interface?
What are the benefits of polymorphism?
How to call a non virtual function in the derived class by using base class pointer
what is different between oops and c++
What is polymorphism explain?
What is the difference between procedural programming and oops?
Why oops is important?
Templates mean
Who invented oop?