What is polymorphism explain?
No Answer is Posted For this Question
Be the First to Post Answer
What causes polymorphism?
Which is the only operator in C++ which can be overloaded but NOT inherited?
which structured data type is not used in c++? 1.union 2.structure 3.string 4.boolean
Which is faster post increment or pre increment ? and in which cases should u use either - to increase speed?
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 the difference between Home and $Home?
What is Virtual Keyword?
Write a c++ program to display pass and fail for three student using static member function
1. Strong name 2. how to prevent a class from being inherited 3. delegates 4. default modifier for interface 5. default modifier for class 6. base class for exception 7. diff bet trigger and view in sql 8. how to exchange values from one page to another page 9. can multiple catch block ll be executed at same time 10. can u store different data types in an array & array list 11. when we ll use trigger 12. try,catch,finally usage
What is this interview room ? Is it a class or an object.
what is new operator in c++
What is the difference between static polymorphism and dynamic polymorphism?