what is the main difference between c and c++?
Answer Posted / e.e.n.bashy
c is object procedural language but c++ is object oriented
programming language
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is abstract class in oop?
What is protected in oop?
What is the problem with multiple inheritance?
What is abstraction in oop?
Where is pseudocode used?
Why is oop better than procedural?
Why do we use oops?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What is object-oriented programming? Webopedia definition
What polymorphism means?
Write a c++ program to display pass and fail for three student using static member function
Are polymorphisms mutations?
What causes polymorphism?
How to call a non virtual function in the derived class by using base class pointer