what is the main difference between c and c++?
Answer Posted / vivek kumar
firstly c++ takes procedural aaproah from c language
for solving prob
and oops concept from other languages like ada,simula
so it is derived from c
c basically is functional programing
in this most of data is placed globally
c++ have bottom up approach and it support data hiding
so data is secured. from unauthorized access.
| Is This Answer Correct ? | 5 Yes | 16 No |
Post New Answer View All Answers
What is the difference between a constructor and a destructor?
What is polymorphism give a real life example?
Why do pointers exist?
What is destructor oops?
What is meant by oops concept?
What is oops concept with example?
Can we override main method?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What does sksksk mean in text slang?
Why do we use class in oops?
What is polymorphism explain its types?
What is a class and object?
What is encapsulation process?
how to get the oracle certification? send me the answer
Why interface is used?