suppose A is a base class and B is the derved class. Both have a method foo which is defined as a virtual method in the base class. You have a pointer of classs B and you typecast it to A. Now when you call pointer->foo, which method gets called? The next part of the question is, how does the compiler know which method to call?
3 9687Which is faster post increment or pre increment ? and in which cases should u use either - to increase speed?
4 14145Post New EA Electronic Arts Interview Questions
I have got one problem .I initially have got windows vista in my computer but now I installed linux UBUNTU operating system into my computer .For this i first format D: drive and got installed finely there and restart , when it boots there there were two options vista and ubuntu .But the problem is that when i choose vista it opens but screen seems to be dark only mouse pointer sees in the screen and no more windows appeared . But when i choose ubuntu it opens and asks for username and password .But i don't know these things. But linux is freeopen software , why it asks userename and password ? Now i am unable to use my computer ,i installed lunux without partioning the drive. Plz give me the solution The computer configuration of my computer is 80 GB harddisk, 1 GB RAM.3GHz speed.
For a high pressure/ high temperature multistage pump (Boiler Feed Water Pump), what is the average life of mechanical seal? Does life of DE and NDE differ, if differ, how much? Why?
What is js full form?
Can we upload test cases from an excel sheet into test director?
How do I connect outlook to my computer?
What is the full form of WindowsNT ?
How do I import a visual studio code?
Why is tomcat not an application server?
what are the risks and contingencies u had in ur project?
Difference between save() and saveorupdate() in hibernate?
How do I find and delete in word?
an integer constant must have atleast one a) character b) digit c) decimal point
Explain ceci transaction commands?
What type of messaging is provided by JMS?
I need to fetch all rows from the table based one field value in the table and later do a condition check if the condition is true I will have to move all the rows present in the data base to output file one else if the condition is not satisfied then move all the records of that field value into another file .Please let me know how to do that