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 |
Can c++ do everything c can?
Difference between struct and class in terms of access modifier.
Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement
To what does “event-driven” refer?
What are the five types of inheritance in C++?
How do you generate a random number in c++?
Do you know the use of vtable?
write a C++ programming :if the no is between 32 to 50 it will be odd.
Adobe Interview & Adobe Placement Paper
When copy constructor can be used?
Write a program which uses functions like strcmp(), strcpy()? etc
Can we have "Virtual Constructors"?