Answer Posted / subrat
Hi all,
Please visit this url for more clarity on "Private
destructors"
http://www.codeguru.com/cpp/cpp/cpp_mfc/stl/article.php/c414
3/
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is data abstraction? How is it different from data encapsulation?
What is operators in c++?
What does int * mean in c++?
Explain the uses of static class data?
What is lvalue?
Why are pointers used?
What is difference between class and structure in c++?
What is implicit pointer in c++?
What are the classes in c++?
What is the precedence when there is a global variable and a local variable in the program with the same name?
What language does google use?
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
What are the data types in 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?
Explain data encapsulation?