What type of Job you are providing?
No Answer is Posted For this Question
Be the First to Post Answer
What is polymorphism ? Explain with examples
Can private class be inherited?
Do you know about multiple inheritance?
Can you name some types of inheritance?
Where is pseudocode used?
Write an operator overloading program to write S3+=S2.
Explain virtual inheritance?
What is a function in oop?
When a private constructer is being inherited from one class to another class and when the object is instantiated is the space reserved for this private variable in the memory??
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 a ststic variable and stiticfunction briefly explain with exmple and in which case we use
i^=j; j^=i; i^=j; value of i,j