What are the benefits of interface?
No Answer is Posted For this Question
Be the First to Post Answer
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.
what is function overloading..?
Can bst contain duplicates?
What is overloading in oops?
WAP to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
how to find no of instances of an object in .NET?
write a c++ program to find maximum of two numbers using inline functions.
when to use 'mutable' keyword and when to use 'const cast' in c++
What is Hashing and how is it done? Pictorial form?
how to swap to variables without using thrid variable in java?
What is namespace?
WAP find square root of any number (without using sqrt() )?