What are the differences between a struct and a class in
C++?
Answer Posted / rajesh
shivani is wrong bec. structure is not inherited.
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
Is map sorted c++?
What is static class data?
What are the operators in c++?
What is operators in c++?
Mention the purpose of istream class?
Explain polymorphism?
What parameter does the constructor to an ofstream object take?
Do we have to use initialization list in spite of the assignment in constructors?
Explain friend class?
What is stl containers in c++?
When do we use copy constructors?
What is the use of volatile variable?
What is a stack c++?
what is Member Functions in Classes?
What is static function? Explain with an example