what is the main difference between c and c++?
Answer Posted / richa
c is not object oriented but c++ is object oriented
| Is This Answer Correct ? | 6026 Yes | 496 No |
Post New Answer View All Answers
what type of question are asked in thoughtworks pair programming round ?
Why is polymorphism needed?
Write a c++ program to display pass and fail for three student using static member function
What is class and object in oops?
How does polymorphism work?
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.
How do you achieve runtime polymorphism?
What is object in oop?
What is the real life example of polymorphism?
What are the benefits of oop?
When not to use object oriented programming?
What is overloading in oop?
What is object in oop with example?
What is class in oop with example?
What is difference between data abstraction and encapsulation?