Answer Posted / shweta kapatkar
c is the structured oriented language &
c++ is the object oriented language
this is the main difference in c & c++ other than
1.c uses a TOP DOWN approach and c++ BOTTOM UP approach
2.In c++ we can do nesting,inheritance which is not
possible in c. & many more
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
What do you mean by abstraction?
What is use of overloading?
What is protected in oop?
What is polymorphism and example?
What type of loop is a for loop?
Why do we use inheritance?
Which language is not a true object oriented programming language?
What is the benefit of oop?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What does and I oop and sksksk mean?
How to hide the base class functionality in Inheritance?
Which is better struts or spring?
What is multilevel inheritance explain with example?
What is encapsulation and abstraction? How are they implemented in C++?