what is the main difference between c and c++?
Answer Posted / g.dhanalakshmi
1)C program supports top-down approach, but c++ program
supports bottom up approach.
(Explanation) If we need to compile c/c++ program, the
compiler first goes to main()function, In c++ we start with
class and main() function is at the bottom.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How long to learn object oriented programming?
What is pure oop?
Why it is called runtime polymorphism?
explain sub-type and sub class? atleast u have differ it into 4 points?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What are oops methods?
What are the 4 main oop principles?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What are constructors in oop?
What is abstraction with example?
What is byval and byref? What are differences between them?
write string class as your own class in java without using any built-in function
How many human genes are polymorphic?
Why do we need oop?
#include