what is the main difference between c and c++?
Answer Posted / manjula
1.C TOP DOWN(RUN) APPROACH....
2.C++ BOTTOM UP(RUN) APPROACH...
3.C++ SUPPORT FUNCTION OVERLOADING & OPERATOR OVERLOADING..
4.C DOES NOT SUPPORT FUNCTION OVER LOADING,OPERATOR OVER
LOADING..
5.IN C VARIABLE ARE DECLARED IN DECLARATION PART.
6.IN C++ VARIABLES ARE DECLARED AND IN ANY WHERE IN
PROGRAM.ALSO USED IN DYNAMIC INITIALIZATION...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is destructor example?
What are constructors in oop?
What is the real time example of inheritance?
What is ambiguity in inheritance?
What is abstraction encapsulation?
What is purpose of inheritance?
How do you answer polymorphism?
Whats oop mean?
Why do pointers exist?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What is the advantage of oop over procedural language?
Why we use classes in oop?
What is abstraction with example?
Which language is not a true object oriented programming language?
What is destructor oops?