Latest Answer: Any static variables or functions in file2 scope can only have internal linkage, no external linkage. So the answer is NO. ...
What is framework in C++?A framework is a collection of classes and applications, libraries of SDKs and APIs to help the different components all work together
Latest Answer: It automates the task of initialising objects data ...
Latest Answer: We can also use preprocessor #pregma pack(1) ...
Latest Answer: Template classes are used to implement function overloading, which is done during the compile time. So it is compile time polymorphism. ...
Latest Answer: Proxy objects are nothing but objects of proxy class.A proxy class is a class that provides an interface between actual class (implementation) and client. ...
1.why constructor can't be virtual?2.what's the difference between destuctor and virtual destructor?
Latest Answer: Virsa's questions, why constuctors cannot be private and the difference between... are not related to the original question at all, and I simply don't understand why people even take the pain of answering a separate question in the context of "how to ...
VTable is same for all objects of class. That means it is stored in memory . Can we obtain the address of VTable without creating any object of class?
Latest Answer: Sorry I was wrong. There is no final in C++. Anybody know how to use Java's final in C++? ...
View page << Previous 7 8 9 10 [11] 12 13 14 15 16 Next >>

Go Top