What is the difference between Class and Structure?
Answer Posted / pratiksha desarda
while creating variables of structure,it is compulsary to
write 'struct' keyword. and for creating object of class,
keyword 'class' is not necessary to write.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Write a recursive program to calculate factorial in c++.
Define 'std'.
How does the copy constructor differ from the assignment operator (=)?
What is name hiding in c++?
Difference between a copy constructor and an assignment operator.
How a new element can be added or pushed in a stack?
What are the advantages of c++? Explain
what is pre-processor in C++?
Define token in c++.
What is the best c++ book?
Do you know about latest advancements in C++ ?
Is set c++?
What's the order in which the local objects are destructed?
What is overloading unary operator?
What are the benefits of c++?