what is virtual constroctor ? give an exam for it?-(parimal
dhimmar)
Answer Posted / john
virtual constructor is not possible.
This is because v-table is created only after the
constructor is called.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
write a program using 2 D that searches a number and display the number of items 12 inputs values input 15,20, 13, 30, 38, 40,16, 18, 20 ,18 ,20 enter no. to search : 20
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
how to write a program that opens a file and display in reverse order?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
Code for Two Classes for Doing Gzip in Memory?
i really need help about this.. write a program to display the set of odd and even numbers separately. find the highest and lowest value of the given numbers.
Code for Small C++ Class to Transform Any Static Control into a Hyperlink Control?
can you please write a program for deadlock that can detect deadlock and to prevent deadlock.
How to swap two ASCII numbers?
write a program that reverses the input number of n.Formulate an equation to come up with the answer.
How to Split Strings with Regex in Managed C++ Applications?
output for printf("printf");
U hv to enter a range from a and b and search hw many no. of times a pattern n. occurs between the range a and b. Eg :i/p:enter range :0 100 Enter pattern: 13 o/p: the no. times 13 occurred betwwn 0 to 100:1 Eg :i/p:enter range :100 1000 Enter pattern: 13 o/p: the no. times 13 occurred betwwn 100 to 1000: (in this 13,113,131,132,133…139,213,313,…913 all these will be counted)
A suduco given & u hv 2 check if it is incomplete(blanks left),or correct or incorrect
i don't know about working of nested for loop can any one help me