what is the main difference between c and c++?
Answer Posted / javed farooque
c is a procedural /structured and modular language in which
program can broken into smaller parts.c++ is based on
object oriented & c++ is a support of c. so we can say
c++ = c + object oriented.
Here, ++ is the increment opertaor it is increment by 1.
c++ is the superset of c.
c does not support reusability of code and data hiding
concepts.
c++ support reuseability of code and use for data hiding.
copy right @2009
All right reserved Affiliated by govt of M.P
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
officer say me - i am offered to a smoking , then what can you say
Is html an oop?
What is overloading in oops?
How long to learn object oriented programming?
given a set based questions and 5 questions based on it next data sufficiciency questions 2 and 2/3 english sentence completion with options very easy and 2 synononmys paragraph with 10 questions 10 minutes replace =,-,*,% with -,%,+,* type questions 5 3 questions lik following itssickhere itssickthere itssickhere istsickhere which is nt alike the others very easy
What is multilevel inheritance?
What is inheritance and how many types of inheritance?
What does and I oop mean in text?
Why is abstraction needed?
Can bst contain duplicates?
class type to basic type conversion
What are properties in oop?
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.
What is the difference between procedural programming and oops?