Answer Posted / madhava
enter a result at the input given data to particular location
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Can we have inheritance without polymorphism?
when to use 'mutable' keyword and when to use 'const cast' in c++
What is difference between multiple inheritance and multilevel inheritance?
class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash
What is oops and why we use oops?
to find out the minimum of two integer number of two different classes using friend function
Why is abstraction used?
What is difference between polymorphism and inheritance?
What is object and example?
Whats is abstraction in oops?
What is polymorphism in oops with example?
What is a function in oop?
Why do we use class?
What is and I oop mean?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box