Is c++ a dying language?
No Answer is Posted For this Question
Be the First to Post Answer
Can constructor be private in c++?
What is an inclusion guard?
What is a constant reference?
How would you stop a class from class from being derived or inherited?The constructer should not be Private,as object instantiation should be allowed.
If all is successful, what should main return a) 0 b) 1 c) void
What are static type checking?
Define the process of handling in case of destructor failure?
What is size of null class?
How const int *ourpointer differs from int const *ourpointer?
Disadvantages of c++
If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?
What c++ library is string in?