what is the main difference between c and c++?
Answer Posted / manasa
c is an object based language,n top to bottom approach,main
() has not return value, no overloading operations.
where as in c++,its an object oriented language,n bottom to
top approach,main() has a return value,overloading happens.
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
What is destructor oops?
What is the difference between encapsulation and polymorphism?
What are the important components of cohesion?
What is polymorphism and its types?
What are oops methods?
What is oops and its features?
How do you achieve polymorphism?
write knight tour problem which is present in datastructure
What is advantage of inheritance?
Can a varargs method be overloaded?
Write a program to reverse a string using recursive function?
What is the purpose of enum?
Which is not an object oriented programming language?
How to use CMutex, CSemaphore in VC++ MFC
Can we define a class within the interface?