what is the main difference between c and c++?
Answer Posted / srinath.r
c is a structure programmimg language. c is top down approach
whereas c++ is a object oriented programming language and
c++ is a bottom up approach
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are the benefits of polymorphism?
What are objects in oop?
What are the benefits of interface?
Why we use classes in oop?
What is abstract class in oops?
Which method cannot be overridden?
What is byval and byref? What are differences between them?
How do you achieve polymorphism?
What is the significance of classes 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.
How can you overcome the diamond problem in inheritance?
Can an interface inherit a class?
What are the 4 pillars of oop?
Is abstract thinking intelligence?
What is polymorphism give a real life example?