How the virtual functions maintain the call up?


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

Post New Answer

More C++ General Interview Questions

Define pre-condition and post-condition to a member function in c++?

0 Answers  


You run a shell on unix system. How would you tell which shell are you running?

0 Answers  


How to reduce a final size of executable?

3 Answers  


how is returning structurs from functions?Show an eg?

1 Answers   GE,


What is the difference between C and CPP?

0 Answers   iNautix,






Memory is not a constraint. In a single iteration(NOTE: you can't go back), how will you find out the 10th last node/item in a linked list.

16 Answers   BNB, FDS, Goldman Sachs, Nagarro,


Explain the use of vtable.

0 Answers  


What does '\r' and '\b' mean? Please explain with example.

7 Answers  


Is it possible to write a c++ template to check for a function's existence?

0 Answers  


What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal

0 Answers  


Badboy is defined who has ALL the following properties: 1. Does not have a girlfriend and is not married. 2. He is not more than 23 years old. 3. The middle name should be "Singh" 4. The last name should have more than 4 characters. 5. The character 'a' should appear in the last name at least two times. 6. The name of one of his brothers should be "Ram" Write a method: boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName); isHaveGirlFriend is true if the person has a girlfriend isMarried is true if the person is married age is the age of the person middleName is the middle name of the person lastName is the last name of the person brotherName is the array of the names of his brothers

1 Answers  


Do you know what is overriding?

0 Answers  


Categories