What is the difference between a class and a structure in C++?
Answer Posted / nashiinformaticssolutions
With the exception of member variables and methods' default accessibility setting, class and structure (or struct) are essentially the same in C++. They are configured as public in a structure and private in a class.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is long in c++?
Explain how to initialize a const member data.
What is array in c++ pdf?
How do I get good at c++ programming?
What is the difference between an external iterator and an internal iterator?
How can an improvement in the quality of software be done by try/catch/throw?
How the virtual functions maintain the call up?
Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work
What is the average salary of a c++ programmer?
Can you be able to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
Why do we need c++?
Why cstdlib is used in c++?
Is there finally in c++?
What are static type checking?
What does iomanip mean in c++?