difference between c and c++?
Answer Posted / muneeswari
c is structured design,c++ is object oriented design
c is top-down approach,c++ is bottom-top approach
c++ is required acces specifiers,c is not required acces
specifiers
c++ is client server model
| Is This Answer Correct ? | 55 Yes | 8 No |
Post New Answer View All Answers
Explain what data encapsulation is in c++?
What is ctime c++?
When should overload new operator on a global basis or a class basis?
Explain all the C++ concepts using examples.
Explain friend class?
In inline " expression passed as argument are evalauated once " while in macro "in some cases expression passed as argument are evaluated more than once " --> i am not getting it plz help to make me understand....
When is the copy constructor called?
Is c++ proprietary?
Define the process of error-handling in case of constructor failure?
Can manipulators fall in love?
. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?
Is c the same as c++?
Write about the role of c++ in the tradeoff of safety vs. Usability?
daily Routine of father
What is the v-ptr?