What is the Difference between "C structure" and "C++
structure"?
Answers were Sorted based on User's Feedback
Answer / asif iqbal
1.C is a procedural oriented lang. whereas C++ is an object oriented lang.
2.C employs bottom-up aproach whereas C++ employs top-down approach.
3.In C main preference is given to functions whereas in C++ main preference is given to objects.
4.In C no inheritence,polymorphism whereas in C++ it exists.
5.In C data member and member functions are separated whereas in C++ they are within a Class.
| Is This Answer Correct ? | 1 Yes | 8 No |
Answer / guest
C++ DOES NOT HAVE INHERITANCE IT DOSE NOT HAVE POINTERS N
HEADER FILES
| Is This Answer Correct ? | 7 Yes | 33 No |
why the size of an empty class is 1
Adobe Interview & Adobe Placement Paper
How do you print a string on the printer?
write the prime no program in c++?
Can notepad ++ run c++?
What relational operators if statements in c++?
What does scope resolution operator do?
How many types of modularization are there in c++?
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
What is a pure virtual function? Why is it represented as = 0...how is the internal implementation for the same
Explain what are mutator methods in c++?
Define a constructor - what it is and how it might be called (2 methods)?