what is the main difference between c and c++?
Answer Posted / arunrengan
c is a procedural or structered programming language
where as c++ is a object oriented programming language
so data is secured in c++ but in c data is not secured .
c - top down approach
c++ - bottomup approach
memory allocation:
In c using malloc statement
In c++ new operator.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what are the ways in which a constructors can be called?
What are main features of oop?
What is encapsulation c#?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What is abstraction oop?
What is the difference between inheritance and polymorphism?
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 functions in oop?
class type to basic type conversion
What is overloading and its types?
Why polymorphism is used in oops?
What is the difference between a mixin and inheritance?
What is destructor give example?
Why do we use oop?
What is the highest level of cohesion?