What is oops and why we use oops?
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by variable?
what is pointers
What is inheritance write a program to show use of inheritance?
What is the concept of object oriented program?
what is virtual destructor
Explain the concept of abstracion and encapsulation with one example. What is the difference between them?
Should you protect the global data in threads? Why or why not?
What is the difference between const int *ptr and int const *ptr???
1. Wrie a function which returns the most frequent number in a list of integers. Handle the case of more than one number which meets this criterion. public static int[] GetFrequency(int[] list)
What is class and object with example?
why oops need in programming
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.