what is the main difference between c and c++?
Answer Posted / sandeep mallah
1.c namespace feature is a absent ,c++ namesapce feature is present.
2. c does not allows reference varibles ,c++ allows reference varibles . reference varible allow 2 varible name to point to the same memory.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why do we use encapsulation in oops?
What is polymorphism explain?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is multilevel inheritance explain with example?
Why do we use class?
What is a class in oop?
What is the point of polymorphism?
Which is not an object oriented programming language?
What is the purpose of enum?
What is multilevel inheritance?
What is polymorphism and example?
What is the real life example of polymorphism?
What is solid in oops?
c++ program to swap the objects of two different classes
Which language is not a true object oriented programming language?