Is class and structure the same? If not, what are the differences between a class and a structure?
Is class and structure the same? If not, what are the differences between a class and a structure?
题目类型: 技术面试题
这是一道技术面试题,常见于澳洲IT公司面试中。
难度: easy
标签: interviewbit, axis-bank, company-specific
目标公司: Axis Bank
参考答案摘要
In C++, a structure behaves similarly to a class, with a few small exceptions/differences. The most significant exception relates to the hiding of implementation details. By default, structures do not...
本题提供 STAR 原则详细解答和技术解析,登录匠人学院学习中心即可查看完整答案。