what is the main difference between c and c++?
Answer Posted / sarath
c is a procedural programming and c++ is an object oriented
programming.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
What is purpose of inheritance?
What are the data types in oop?
What is the highest level of cohesion?
Write a program to reverse a string using recursive function?
What is the difference between encapsulation and polymorphism?
what are the realtime excercises in C++?
What is destructor give example?
What is polymorphism what is it for and how is it used?
when to use 'mutable' keyword and when to use 'const cast' in c++
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What are two types of polymorphism?
What is object in oops?
What is polymorphism and its types?
What is encapsulation example?