what is the new version of oops
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.
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
create a c++ program that will accepts 9 inputs using 3 by 3 array.
What is the important feature of inheritance?
Difference ways of Polymorphism?
write a program in c++ to overload the function add (s1,s2) where s1 and s2 are integers and floating point values.
c++ is a purely oop concept?
what is difference between objects and function
What do you mean by public, private, protected and friendly?
What is a scope resolution operator?
What is polymorphism ? Explain with examples
What is an interface in oop?