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
Where You Can Use Interface in your Project
What is difference between polymorphism and inheritance?
write knight tour problem which is present in datastructure
What is interface in oop?
Can main method override?
What is the use of oops?
can inline function declare in private part of class?
What is property in oops?
program for insertion ,deletion,sorting in double link list
What is polymorphism explain its types?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
Plese get me a perfect C++ program for railway/airway reservation with all details.
What is multilevel inheritance explain with example?
What is the purpose of enum?
What is the diamond problem in inheritance?