what is the diffrence between c# and c++

Answer Posted / rajakumar chirra

c language:
c language is the procedure oriented programming
language,then this is comparison of c++, c language is the
olgder version.C can have the some technical features.c
language can check the errors in line line process i.e.
called compiler language.
c++::
c++ is the object oriented programming language,
comparison of c language c++ is the advanced language. c++
can check the errors only one time of the entire program
i.e. called the interpreter.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can static class have constructor?

582


assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).

1662


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.

2571


What does <> mean pseudocode?

620


Get me an image implementation program.

1557






What is difference between multiple inheritance and multilevel inheritance?

601


What is overloading in oops?

596


What is polymorphism what is it for and how is it used?

572


What is the purpose of enum?

579


Can we override main method?

603


What is the significance of classes in oop?

587


What is oops and why we use oops?

569


What is abstraction in oop with example?

642


How can you overcome the diamond problem in inheritance?

765


Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)

3550