What is inheritance and how many types of inheritance?
No Answer is Posted For this Question
Be the First to Post Answer
What is destructor give example?
why to use operator overloading
What are the data types in oop?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
Why is static class not inherited?
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
Can you explain polymorphism?
what is oppes
what i oops concept, how many languages supports oops concept?
What do you mean by variable?
what is the difference between virtual function and destoctor?
IN PROGRAMING LANGAUGE A C++ IS PURELY OBJECT ORIENTED OR NOT?