What is abstract class in oops?
No Answer is Posted For this Question
Be the First to Post Answer
What will happen when the following code is run: int x; while(x<100) { cout<<x; x++; } 1) The computer will output "0123...99" 2) The computer will output "0123...100" 3) The output is undefined
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.
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What are benefits of oop?
what is the usage of clas templates
How to call a non virtual function in the derived class by using base class pointer
what is function overloading..?
why to use operator overloading
What is protected in oop?
What is debug class?what is trace class? What differences are between them? With examples.
What is difference between new and malloc?
What is friend function?