what is the main difference between c and c++?
Answer Posted / parthipan
1.C is structured language.
2.C is top to bottom apporach.
3.C does not support data hiding ,so there is no security
for data
4.c++ is object oriended programming language
5.c++ is bottom to top apporach
6.we can divided the big program into small logical unit.so
we can create seperate object for each module.
7.In c++ the access specifier private,public,protected are
used to handle the data for more security.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
what are the realtime excercises in C++?
What is the diamond problem in inheritance?
is there any choice in opting subjects like 4 out of 7
What does sksksk mean in text slang?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What is static modifier?
What is polymorphism explain?
What is and I oop mean?
What is polymorphism programming?
What are the 4 pillars of oop?
What is interface? When and where is it used?
What are the two different types of polymorphism?
What are two types of polymorphism?
What exactly is polymorphism?