what is the main difference between c and c++?
Answer Posted / amit
c++ is a object oriented programming language.
while,
c is a structured based programing language.
In C++ you can create function overloading,
while,
in C you can't run two or more function with the same name.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is pure oop?
What is abstraction encapsulation?
Why multiple inheritance is not possible?
What does <> mean pseudocode?
Why is abstraction used?
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What is meant by multiple inheritance?
What is oops in simple words?
What are the 4 main oop principles?
Which type does string inherit from?
Which method cannot be overridden?
Where You Can Use Interface in your Project
What is class and object with example?
What is the advantage of oop over procedural language?