what is the main difference between c and c++?
Answer Posted / kalaiselvi.t
C is not support operator overloading.But C++ support
operator overloading.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are benefits of oop?
What are the data types in oop?
What is static in oop?
What is abstraction encapsulation?
What is the importance of oop?
What is the important feature of inheritance?
Write a program to compute for numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each line contains a student's first name, then one space, then ten quiz scores all on one line. The quiz scores are in whole number and are separated by one space. Your program will take it input from this file and sends it output to a second file. The data in the output file will be exactly the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Use at least one function that has file streams as all or some of its arguments.
which feature are not hold visual basic of oop?
What do you mean by Encapsulation?
What is destructor oops?
what are the different types of qualifier in java?
What are oops methods?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What is abstraction and encapsulation?
Is data hiding and abstraction same?