what is the main difference between c and c++?
Answer Posted / sunil kumar
'C' is most popular language because we are also use in
todays word as well as this is old language,but this is the
base of another language.Here we can say c has an object
like union and structure but we know c is not pure object
oriented language while c++ is pure object-oriented
language,but we never forget c++ is the base of c language.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is ambiguity in 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?
How do you achieve polymorphism?
What is protected in oop?
What is object-oriented programming? Webopedia definition
What is overloading and its types?
What is difference between oop and pop?
how to get the oracle certification? send me the answer
What is debug class?what is trace class? What differences are between them? With examples.
What is polymorphism what are the different types of polymorphism?
What is abstraction in oop with example?
what's the basic's in dot net
Why is polymorphism needed?
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’.
Explain the advantages of inheritance.