what is the main difference between c and c++?
Answer Posted / balakrishna
c is a procedure oriented program.where as c++ is a object
oriented program.c++ is advanced of c.some draw backs in c
are rectified and introduced in c++.in c++ we use mostly
classes.in c the variables are used in program are used by
any function in the program so there is no security in
c.where as in c++ our data is secured by declaring private.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Why multiple inheritance is not possible?
What is object-oriented programming? Webopedia definition
What is encapsulation in oop?
What is the oops and benefits of oops programming?
What is abstraction oop?
Why we use classes in oop?
What does it mean when someone says I oop?
What are properties in oop?
Why oops is important?
program for insertion ,deletion,sorting in double link list
write a programe to calculate the simple intrest and compund intrest using by function overlading
Which is better struts or spring?
Which language is not a true object oriented programming language?
Why it is called runtime polymorphism?
How to hide the base class functionality in Inheritance?