What is the difference between Class and Structure?
Answer Posted / mm .mm
class can be used in other project ... but stucture can not
be used it's only present in the main
| Is This Answer Correct ? | 20 Yes | 48 No |
Post New Answer View All Answers
What is a node class in c++?
Explain how to initialize a const data member.
What is implicit pointer in c++?
What is rtti in c++?
Differentiate between late binding and early binding. What are the advantages of early binding?
What is the use of main function in c++?
What are vectors used for in c++?
What are c++ stream classes?
What is the difference between map and hashmap in c++?
What is the use of lambda in c++?
What is dynamic and static typing?
Why should we use null or zero in a program?
What is the latest version on c++?
What is the difference between structure and class?
Explain operator overloading.