what is the main difference between c and c++?
Answer Posted / anil kumar jaiswal
the main difference between c and c++ is that c is
structured programming language. while c++ is an object
proramming language and also we have templates in c++ that
is not the case in c.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does sksksk mean in text slang?
What is the difference between a constructor and a destructor?
What is abstraction example?
What is polymorphism in oop example?
What is difference between oop and pop?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
What is object in oop?
What is polymorphism used for?
What are the 3 pillars of oop?
What is encapsulation process?
What is encapsulation example?
What is overloading in oops?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What is the highest level of cohesion?
What is polymorphism and its types?