Answer Posted / vinay bondade
Everything for what a class is implemented holds good for
structure also in C++. The only difference is the
attributes in a class if access specifiers are not
specified they are Private members but for structure they
are public members.
Is This Answer Correct ? | 24 Yes | 1 No |
Post New Answer View All Answers
What is the best c++ book for beginners?
Is c++ faster than c?
What does the ios::ate argument do?
What are the five basic elements of a c++ program?
Does c++ have foreach?
What does n mean in c++?
What is main function in c++ with example?
How many static variables are created if you put one static member into a template class definition?
How important is c++?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
What is the error in the code below and how should it be corrected?
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
What do you mean by public protected and private in c++?
What is a map in c++?
Is empty stack c++?