what is the main difference between c and c++?
Answer Posted / anusha
C is a general purpose and structured programing language,where as c++ is object oriented.
In C we wont use classes,where as c++ called as c with classes
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Whats is abstraction in oops?
What is the real life example of polymorphism?
What are benefits of oop?
Which is not an object oriented programming language?
Can static class have constructor?
what are the realtime excercises in C++?
How oops is better than procedural?
What is object and class in oops?
Give two or more real cenario of virtual function and vertual object
How do you define social class?
What is purpose of inheritance?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What is multilevel inheritance?
Write a program to reverse a string using recursive function?
Explain the advantages of inheritance.