What is the difference between Class and Structure?
Answer Posted / lucky
1) classes can have data member as well as member function but structure is a data type which can have data member only.
| Is This Answer Correct ? | 40 Yes | 31 No |
Post New Answer View All Answers
Differentiate between late binding and early binding.
What is the latest c++ version?
What is constructor in C++?
What does obj stand for?
How much is c++ certification?
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?
Write about the role of c++ in the tradeoff of safety vs. Usability?
What is a c++ class?
Which programming language is best to learn first?
What are built-in functions? What is the syntax for the definition?
Explain how to initialize a const member data.
Is c++ primer good for beginners?
What is virtual destructor ans explain its use?
Does c++ have arraylist?
Can there be at least some solution to determine the number of arguments passed to a variable argument list function?