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.
3146which are the 4 members functions in c++ objects that can either be declared explicitly by programmer or implementation if nt available.
4 6402How to Increment the value of the empid E001 for each and every employee by using the programe?
1 36761. 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)
1 7137what are three tenets of object orinted Systems?Why they call like that ? Please answer me. Advance thanks.
2 4856class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash
2289WHAT IS THE DIFFERENCE BETWEEN OBJECT BASED & OBJECT ORIENTD PROGRAMMING LANGUAGE.(GIVE AT LIST 4 PIONT)
TCS,
1 6063Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
2153
Give two or more real cenario of virtual function and vertual object
What is object in oops?
How do you answer polymorphism?
What does <> mean pseudocode?
when to use 'mutable' keyword and when to use 'const cast' in c++
Can you explain polymorphism?
How do you explain polymorphism?
What is object and example?
#include
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What causes polymorphism?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What is overriding vs overloading?
Which is better struts or spring?
Who invented oop?