what is the main difference between c and c++?
Answer Posted / kamal kishore
c is procedural language wrereas c++ is object oriented
language which can deal wuth real-world models.
c focus on procedure and c++ emphasis on data and its
object.c++ can model with real world objects
.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
why reinterpret cast is considered dangerous?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
explain sub-type and sub class? atleast u have differ it into 4 points?
Is html an oop?
Which is not an object oriented programming language?
when to use 'mutable' keyword and when to use 'const cast' in c++
Why do we use polymorphism in oops?
What is oops and why we use oops?
Why is polymorphism needed?
What are the benefits of polymorphism?
What is variable example?
Why do while loop is used?
Why do we use oops?