What is use of overloading?
No Answer is Posted For this Question
Be the First to Post Answer
What is overriding in oops?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
You have one base class virtual function how will call that function from derived class?
In OverLoading concept,Why they are not consider return value and why they are consider only parameters in method? For ex: public int Add(int a,int b){...} public String Add(int a,int b){...}
what is the difference between ERROR and EXCEPTION?
What is multiple inheritance ?
17 Answers Blue Star, C DAC, CDAC, Impetus, Ness Technologies, Softvision Solution,
what is virtual function in c++
What is overloading in oop?
JAVA is FULLY OBJECT ORIENTED PROGRAMING LANGUAGE?
Where is pseudocode used?
WAP to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
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 maximum number of concurrent threads that the InnoDB plug-in can create.