what is the main difference between c and c++?
Answer Posted / shrikant
c c++
1.pop language. 1.oop language.
2.32 keywords are used. 2.48 keywords are used.
3.Top to bottom. 3.Bottom to top.
4.Declare variable is 4.Declare variable is
neccessary. not neccessary
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What does it mean when someone says I oop?
What is data binding in oops?
any one please tell me the purpose of operator overloading
Why do we use polymorphism in oops?
Why is abstraction needed?
What is polymorphism explain?
What are functions in oop?
How is polymorphism achieved?
What is polymorphism what are the different types of polymorphism?
What is polymorphism and example?
What is oops and its features?
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 are the benefits of interface?
What is abstraction example?
How to call a non virtual function in the derived class by using base class pointer