Difference between overloaded functions and overridden functions


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

Post New Answer

More C++ General Interview Questions

Tell me can a pure virtual function have an implementation?

0 Answers  


Define a way other than using the keyword inline to make a function inline?

1 Answers  


What is switch case in c++ syntax?

0 Answers  


What is "mutable" keyword?

2 Answers   Infosys, Teradata,


give me an example for testing a program showing the test path .show how the test is important and complex.

0 Answers   TCS,






What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number

0 Answers  


find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.

0 Answers  


The "virtual" specifier in a member function enables which one of the following? a) Monmorphism b) Late binding c) Metamorphism d) Solomorphism e) Inheritance

4 Answers   Quark,


If you don’t declare a return value, what type of return value is assumed?

0 Answers  


Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c

0 Answers  


What is pointer to array in c++?

0 Answers  


string somestring ; Which of the following choices will convert a standard C++ string object "somestring" to a C string? a) Copy.somestring () ; b) somestring.c_str () c) &somestring [1] d) std::cstring (somestring) e) (char *) somestring

1 Answers   Quark,


Categories