What is the difference between Class and Structure?
Answer Posted / arun
a structure is nothing but a structure.a class is nothing
but a class
| Is This Answer Correct ? | 2 Yes | 26 No |
Post New Answer View All Answers
What is stream and its types in c++?
What is a class template?
What do you mean by early binding?
Can I make ios apps with c++?
What is a catch statement?
Differences between private, protected and public and give examples.
Why is it necessary to use a reference in the argument to the copy constructor?
What are arrays c++?
What is object in c++ example?
Do inline functions improve performance?
What is c++ try block?
Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?
Why is "using namespace std;" considered bad practice?
Why is c++ still popular?
Explain the differences between private, public and protected and give examples.