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
Define anonymous class.
What is virtual function? Explain with an example
What are the advantages of c++ over c?
Where must the declaration of a friend function appear?
Is c++ map a hash table?
What are the restrictions apply to constructors and destructors?
Write about the access privileges in c++ and also mention about its default access level?
Define friend function.
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
What's the hardest coding language?
why is c++ called oops? Explain
Why c++ is so important?
What is a character in c++?
What is buffering in c++?
Differentiate between an external iterator and an internal iterator?