what is the main difference between c and c++?
Answer Posted / rakesh
in c there is no OOPS concept,so there is no re-usability.
where as in C++ there is is a OOPS concept,so there is a
re-usability.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is data binding in oops?
Why multiple inheritance is not possible?
What is pointer in oop?
Which language is not a true object oriented programming language?
What polymorphism means?
Is abstract thinking intelligence?
What is constructor in oop?
Why is oop useful?
Can an interface inherit a class?
Which language is pure oop?
What is a function in oop?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What is solid in oops?
What is the difference between procedural programming and oops?
What is debug class?what is trace class? What differences are between them? With examples.