what is the main difference between c and c++?
Answer Posted / arifru rahaman
Function overloading is possible in C++ but it is not
possible in C.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
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 difference between inheritance and polymorphism?
when to use 'mutable' keyword and when to use 'const cast' in c++
What is the difference between a constructor and a destructor?
Why do we need polymorphism in c#?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
What does and I oop mean?
What is variable example?
What is use of overloading?
How do you define a class in oop?
What are functions in oop?
Which language is pure oop?
What are the three parts of a simple empty class?
What is the important feature of inheritance?
What is encapsulation example?