what is the main difference between c and c++?
Answer Posted / d.raji
C:it is top to bottam approach program.
C++:it is bottam to top approach program.
in c we don't use many features such as inheritence,access
specifier concept etc.,
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What is the problem with multiple inheritance?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
write a C++ program for booking using constructor and destructor.
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What is difference between multiple inheritance and multilevel inheritance?
Why we use classes in oop?
c++ program to swap the objects of two different classes
What is destructor give example?
What is class in oop with example?
What is polymorphism used for?
What is encapsulation with real life example?
hi all..i want to know oops concepts clearly can any1 explain??
How do you define social class?
What is the advantage of oop over procedural language?
Which language is not a true object oriented programming language?