what is the main difference between c and c++?
Answer Posted / k.packiya
c is procadural langaue but c++ is object oriend language.C
is object based langauga.In c we have use th input and
output statement as printf and scanf but in c++ the input
and output statements are cout and cin.C++ is more
comlexitiy and security then c.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the real time example of encapsulation?
Why is static class not inherited?
How do you achieve runtime polymorphism?
What is stream in oop?
What is the main feature of oop?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
Is abstract thinking intelligence?
What is the difference between static polymorphism and dynamic polymorphism?
What is abstraction oop?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
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
What is encapsulation process?
What is the point of polymorphism?
Can you inherit a private class?
What is oops and its features?