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 |
What is the difference between method overloading and method overriding in c++?
What is difference between class and function?
Write a single instruction that will find the remainder of integral division when x is divided by y. Have the answer stored in z.
Specify some guidelines that should be followed while overloading operators?
What is singleton class in c++?
Why we use #include iostream in c++?
What is the full form of dos?
What do you know about near, far and huge pointer?
Explain virtual class?
What is abstraction in c++ with example?
Do you know the use of vtable?
Is c++ faster than c?