What is the difference between inheritance and polymorphism?
No Answer is Posted For this Question
Be the First to Post Answer
diff between Virtual mathod and abstract method?
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
class type to basic type conversion
How to improve object oriented design skills?
What is the difference between XML Web Services using ASMX and .NET Remoting using SOAP?
What is destructor in oop?
wht is major diff b/w c and c++?
What is multilevel inheritance?
What is static modifier?
What is virtual class and friend class?
What is static in oop?
What are callback functions in c++