我无法找到一个问题的解决方案,我的朋友在面试中被问到…以下是问题:
Define a class such that declaring/using a reference to its object will give
a. compile time error
b. run time errorGenerally,a reference would be of type
<class> &X = Y;
我们如何实现上述内容以及定义引用时内部发生的事情?请有人请注意一下.
解决方法
没有类的实例不能绑定它们的引用.
至于“使用”,这太模糊了,无法回答.