what is the main difference between c and c++?
Answer Posted / megha sisode
C++ uses NAMESPACE which avoid name collisions. For
instance, two students enrolled in the same university
cannot have the same roll number while two students in
different universities might have the same roll number. The
universities are two different namespace & hence contain
the same roll number(identifier) but the same university
(one namespace) cannot have two students with the same roll
number(identifier)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you achieve polymorphism?
What are the benefits of interface?
How long to learn object oriented programming?
What is the advantage of oop over procedural language?
What type of loop is a for loop?
What is object in oops?
Why is encapsulation used?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
What does and I oop mean in text?
What is constructor overloading in oop?
What is overloading and its types?
hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.
What is the point of oop?
What is abstract class in oop?