what is the main difference between c and c++?
Answer Posted / gopi challuri
c is structured oriented language nd c++ is object oriented
language.
And one more main difference is in c++ v introduced Classes
and objects a new way after structures in c.
and in cpp v can code the program by divide and rule policy
but not in c and v hav to write everything in main and in
cpp v hae oops concept which can run the progran more
efficiently.
but main advantage of c is till now every one using c
language coding in operating systems like windows and in
linux\.
so for normal use cpp is best than c
but for he main coding purpose c in best /
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are oops methods?
What is oops and its features?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
Why do we use class?
Write a c++ program to display pass and fail for three student using static member function
What is polymorphism used for?
Why polymorphism is used in oops?
Why do we need oop?
What causes polymorphism?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
what type of question are asked in thoughtworks pair programming round ?
Is html an oop?
Why do we need polymorphism in c#?
to find out the minimum of two integer number of two different classes using friend function
Why it is called runtime polymorphism?