What is the difference between a class and a structure in C++?
Answer / 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 |
Explain rtti.
Why use of template is better than a base class?
Write about all the implicit member functions of a class?
Who invented turbo c++?
Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes
What is math h in c++?
Why is c++ a mid-level programming language?
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?
When should I use unitbuf flag?
Types of storage and scope of each type
How the V-Table mechanism works?
Can I learn c++ without c?