what is the main difference between c and c++?
Answer Posted / micha&
C is generally used to create operating systems or to
program some electronic devices like cameras, whilst C++ is
generally used to create software like Office, Mozilla
Firefox etc.
In other worlds C is used more with hardware while C++ is
used more with software, mainly because of more abstraction
and features in C++.
| Is This Answer Correct ? | 43 Yes | 10 No |
Post New Answer View All Answers
What is the real time example of inheritance?
Why do we use polymorphism in oops?
What is multilevel inheritance?
What is the example of polymorphism?
How do you define a class in oop?
c++ program to swap the objects of two different classes
Why do while loop is used?
What is the fundamental idea of oop?
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
Why do we use polymorphism?
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.
which feature are not hold visual basic of oop?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What are main features of oop?
What is constructor in oop?