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 does and I oop mean?
What does <> mean pseudocode?
What are classes oop?
What language is oop?
Why is object oriented programming so hard?
What is inheritance write a program to show use of inheritance?
when to use 'mutable' keyword and when to use 'const cast' in c++
What is object in oop with example?
How do you define a class in oop?
What is the real time example of inheritance?
What is solid in oops?
What is oops in simple words?
What is polymorphism programming?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
How do you achieve polymorphism?