Factory Method C++ – How to delete pointers returned by it


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ Interview Questions

Implement a 2D bit-matrix representing monochrome pixels which will have only OFF/ON values and will take on an average only one bit of memory for each stored bit. How to perform various operations on it?

0 Answers   Adobe,


There is a base class sub, with a member function fnsub(). There are two classes super1 and super2 which are sub classes of the base class sub.if and pointer object is created of the class sub which points to any of the two classes super1 and super2, if fnsub() is called which one will be inoked?

0 Answers   Alter,


What is a constructor initializer list?

0 Answers   Amazon,


Write a C++ Program to find Square Root of a number using sqrt() function.

1 Answers  


What are the major differences between C and C++?

0 Answers   Amazon,






Consider the following C++ program

0 Answers  


What Is A Default Constructor in C++ ?

0 Answers   Amazon,


Write a C++ Program to Display Number (Entered by the User).

1 Answers  


Write a C++ Program to Reverse a Number using while loop.

1 Answers  


Difference between function overloading and function overriding.

0 Answers   Alter,


Write a program that can take input from 3 to 8 and calculate the average?

0 Answers   Accenture,


Write a C++ Program to Find Sum and Average of three numbers.

1 Answers  


Categories