what is the main difference between c and c++?
Answer Posted / bhagyasree
In c++ the data is secured as we have the concepts of data
hiding but in C the data is not secured.And moreover c is a
low level language whereas c++ is a middle level language.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is different between oops and c++
What is abstract class in oops?
What is encapsulation oop?
What are main features of oop?
class type to basic type conversion
What does no cap mean?
Write a c++ program to display pass and fail for three student using static member function
What is byval and byref? What are differences between them?
• What are the desirable attributes for memory managment?
What is polymorphism and example?
What is encapsulation c#?
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 difference between abstraction and encapsulation?
What is the purpose of enum?
write a program to find 2^n+1 ?