what is the main difference between c and c++?

Answer Posted / shailesh bahuguna(kec)

basically c does not support the object oriented features
that means we cannot relate the real world entities together
which can be expressed through C++ which is the extention of
c with OOPs concepts
there are many syntactic differences as well in c and c++.
C++ can be viewed as the revolution in the field of object
oriented programming paridigm.

Is This Answer Correct ?    14 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does no cap mean?

592


What is polymorphism in oops?

563


Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box

2038


Get me a number puzzle game-program

1696


What does sksksk mean in text slang?

1541






What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?

2110


What is a function in oop?

633


Why do while loop is used?

579


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

1656


What is an interface in oop?

597


What is difference between abstraction and encapsulation?

594


Explain the concepts involved in Object Oriented programming.

644


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(); }

1992


What is meant by multiple inheritance?

742


Can main method override?

587