What are the differences between a struct in C and in C++?
Answer Posted / shakti singh khinchi
In C, structures does not support "virtual" mechanism like
virtual functions whereas C++ structures supports virtual
mechanism like classes.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Is nan a c++?
Explain operator overloading.
what are the iterator and generic algorithms.
What is the advantage of an external iterator.
What is the difference between a pointer and a link in c ++?
Explain rethrowing exceptions with an example?
How delete [] is different from delete?
Explain selection sorting. Also write an example.
How do I make turbo c++ full screen?
What is a class template?
What are exceptions c++?
What are virtual functions in c++?
What is the difference between public, private, and protected access?
What type of question are asked in GE code writing test based on c++ data structures and pointers?
In a function declaration, what does extern mean?