Answer Posted / mosin
only one base class with derived to only one derived class
| Is This Answer Correct ? | 33 Yes | 11 No |
Post New Answer View All Answers
Which language is not a true object oriented programming language?
Give two or more real cenario of virtual function and vertual object
What is constructor in oop?
Are polymorphisms mutations?
Can static class have constructor?
What is inheritance in simple words?
Write a program to reverse a string using recursive function?
Explain the advantages of inheritance.
What is static modifier?
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 polymorphism what are the different types of polymorphism?
Where is pseudocode used?
What is and I oop mean?
What is overriding in oop?
Which language is pure oop?