what is the main difference between c and c++?
Answer Posted / namrata gupta
The main difference between c and c++ is that " C is a
structured programming language while C++ is an object
programming language and also we have templates in C++ that
is not the case in C
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is pointer in oop?
What is object-oriented programming? Webopedia definition
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.
write knight tour problem which is present in datastructure
Why it is called runtime polymorphism?
What is abstraction in oops?
What is class and object with example?
write a programe to calculate the simple intrest and compund intrest using by function overlading
How do you achieve runtime polymorphism?
why reinterpret cast is considered dangerous?
What is class encapsulation?
Where You Can Use Interface in your Project
What is property in oops?
Why do we use polymorphism in oops?
Why do we use oop?