Can you explain polymorphism?
No Answer is Posted For this Question
Be the First to Post Answer
write a program in c++ to overload the function add (s1,s2) where s1 and s2 are integers and floating point values.
what are the disadvantages of C++?
25 Answers ATS, Infosys, UNI, Wipro,
Is following functions are said to be overloaded? int add(int a,int b) char *add(int a,int b)
define oops with class and object
What is the diamond problem in inheritance?
What is persistence in oop?
the difference between new and malloc
I am developing a payroll system mini project.I used file concept in program for reading and writing.When the program is reloading into the memory that is if i execute next time the file was cleaned and adding data from the starting this is my problem.I want to strore the previous data and if i want to add any record that should be next of previous data.Please help me.
There are 2 empty jars of 5 and 3 liters capacity. And a river is flowing besides. I want to measure 4 liters of wanter using these 2 jars. How do you do this?
What is extreme programming?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
which are the 4 members functions in c++ objects that can either be declared explicitly by programmer or implementation if nt available.