what is the main difference between c and c++?
Answer Posted / jayasrinivas.donavalli
The main Difference between C and C++ is C is Object Based
program.that means in C also we have Object based
Applications like Structures and Unions.
C++ is Object Oriented Language that means entire
application will be depending on Objects only.
Uses of Object oriented Program is Reusability,Increase the
effiency of the program and it gives extra security like
Private data is also be there in C++.
C++ is the Advanced version of C.
In otherwords we say c++ supports both Object based and
Object oriented Applications
| Is This Answer Correct ? | 959 Yes | 221 No |
Post New Answer View All Answers
What is the real life example of polymorphism?
What does enum stand for?
What is the highest level of cohesion?
What is an interface in oop?
Whats oop mean?
What is encapsulation in ict?
What is polymorphism what are the different types of polymorphism?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
Why do we use oop?
What is oops and its features?
What is polymorphism explain?
What is polymorphism and its types?
hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.
What are the three main types of variables?