what is the main difference between c and c++?
Answer Posted / vijay bhaskar(vbit).k
c language is a procedural language.it is also one of the
best language for designing of operating systems and
databases.but c language can not give the secure for
programs when compare to c++.
c contain functions and it can not overridden.
c language extension of c++.
c++ follows oops principles and give more security better
then c language.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
Why is polymorphism important in oop?
Get me a number puzzle game-program
What is the difference between a constructor and a destructor?
What is encapsulation in oops?
what is the drawback of classical methods in oops?
Why is oop better than procedural?
What does and I oop mean?
What is difference between inheritance and polymorphism?
What is the difference between a mixin and inheritance?
Why do we use encapsulation in oops?
What is for loop and its syntax?
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 inheritance and polymorphism?
Explain the advantages of inheritance.