Answer Posted / rajani
Bjarne strostrup
| Is This Answer Correct ? | 18 Yes | 5 No |
Post New Answer View All Answers
What is abstract class in oops?
What is difference between pop and oop?
Prepare me a program for the animation of train
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 causes polymorphism?
What is the difference between inheritance and polymorphism?
What is abstract class in oop?
What is a superclass in oop?
when to use 'mutable' keyword and when to use 'const cast' in c++
How many human genes are polymorphic?
what type of question are asked in thoughtworks pair programming round ?
Can we override main method?
How do you define a class in oop?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What is the importance of oop?