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
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
What is the real time example of inheritance?
What is pure oop?
Can main method override?
What are the 5 oop principles?
What is the advantage of oop over procedural language?
can we make game by using c
What is the important feature of inheritance?
What is solid in oops?
What is the types of inheritance?
What are the important components of cohesion?
What is the difference between a mixin and inheritance?
What is difference between pop and oop?
What is encapsulation process?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?