Answer Posted / achal ubbott
I just add 2 more points. C++ is a different language. Its
syntax matches to C accidentally.
1. C++ follows a name mangling algorithm for names of
functions. C does not.
2. C++ structures may have functions defined in them. Not
in C.
3. C++ follows more strict type checking.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the advantages of inheritance.
What is object and example?
What is purpose of inheritance?
What are the types of abstraction?
What does it mean when someone says I oop?
Can private class be inherited?
Why is polymorphism used?
What is object in oops?
Why is abstraction used?
What is the important feature of inheritance?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
to find out the minimum of two integer number of two different classes using friend function
Write a program to reverse a string using recursive function?
What is polymorphism used for?
write knight tour problem which is present in datastructure