what is the main difference between c and c++?
Answer Posted / abhishek gautam
C does not supports operator overloading but C++ supports.
C focus on procedure whereas C++focus on data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is encapsulation in ict?
What is abstract class in oops?
What is abstraction in oop?
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.
Why we use classes in oop?
How does polymorphism work?
can inline function declare in private part of class?
What is destructor in oop?
Can you inherit a private class?
Who invented oop?
What is the real time example of encapsulation?
What is overriding in oops?
Which is better struts or spring?
Can main method override?
What is the point of polymorphism?