Do you know the problem with overriding functions?


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

Post New Answer

More C++ General Interview Questions

let a,b,c be three integer numbers.write a c++ program with a function void rotate 1()such that a->b->c and c->a.

1 Answers  


Incase of a function declaration, what is extern means?

0 Answers  


How to write Multithreaded applications using C++?

2 Answers   Honeywell, TCS, Wipro,


What are the advantages of C++ programming compared to C programming?

2 Answers   HAL,


What is size_type?

0 Answers  






What are c++ variables?

0 Answers  


What is searching? Explain linear and binary search.

0 Answers  


what is the size of a class which contains no member variables but has two objects??? is it 1 or 2??

4 Answers  


Explain the use of vtable.

0 Answers  


What is a list c++?

0 Answers  


given the code segment below void main() { cout<<"my no. is"; } question is how can we get the output hai aravind my no. is 99999999999 without editig the main().

2 Answers  


What is input operator in c++?

0 Answers  


Categories