what is the main difference between c and c++?
Answer Posted / sucindran
Advance of C programming is called as c++.
C++ contains many new features like OOPS...
The Extension of 'c' is called as 'c++'.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
hi all..i want to know oops concepts clearly can any1 explain??
Which type does string inherit from?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
What is static in oop?
Get me a number puzzle game-program
Why do we need oop?
What is inheritance write a program to show use of inheritance?
What is the types of 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 polymorphism and inheritance?
What are constructors in oop?
How do you define a class in oop?
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 overriding vs overloading?