Can bst contain duplicates?
Difference ways of Polymorphism?
Which is the best institute in hyderabad for C/C++ and it also has fast track course structure.
What are main features of oop?
Why static functions always uses static variables?
what is the use of classes in c++;
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 are the data types in oop?
Can we have inheritance without polymorphism?
How would you stop a class from class from being derived or inherited.
What is abstrac class?where is it use?
Why do we use class in oops?
i=20;k=0; for(j=1;k-i;k+=j<10?4:3) { cout<<k; } //please comment on the output