what is the main difference between c and c++?
Answer Posted / akshay kashyap
C++ uses Bottom Up method while c uses Top
Down..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
• What are the desirable attributes for memory managment?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
Whats is abstraction in oops?
what are the realtime excercises in C++?
Why is destructor used?
What is object in oop with example?
What is a superclass in oop?
What is data binding in oops?
What is destructor oops?
What is difference between polymorphism and inheritance?
How oops is better than procedural?
What is overloading and its types?
What is class and object in oops?
What are the advantages of polymorphism?
What is class encapsulation?