what is the main difference between c and c++?
Answer Posted / fdsgf
The main difference between c and c++ is that " C is a
structured programming language while C++ is an object
programming language and also we have templates in C++ that
is not the case in C
fdgd
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is super in oop?
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 difference between inheritance and polymorphism?
program for insertion ,deletion,sorting in double link list
What is a class and object?
What is abstraction in oops with example?
What is object-oriented programming? Webopedia definition
Can we create object of interface?
What is polymorphism explain its types?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
what is the drawback of classical methods in oops?
Can we define a class within the interface?
What is the diamond problem in inheritance?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What is difference between multiple inheritance and multilevel inheritance?