what is the main difference between c and c++?
Answer Posted / sonal
c++ is object language & c is object based language
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is byval and byref? What are differences between them?
What is the purpose of enum?
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’.
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What is multilevel inheritance?
What are oops functions?
Why is encapsulation used?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What is for loop and its syntax?
Get me an image implementation program.
What is coupling in oop?
Prepare me a program for the animation of train
Why is static class not inherited?
program for insertion ,deletion,sorting in double link list
What is stream in oop?