What is this interview room ?
Is it a class or an object.
Answer Posted / vusa.manaswini
class
| Is This Answer Correct ? | 29 Yes | 4 No |
Post New Answer View All Answers
How do you use inheritance in unity?
What is pointer in oop?
what type of question are asked in thoughtworks pair programming round ?
Plese get me a perfect C++ program for railway/airway reservation with all details.
Get me a number puzzle game-program
How Do you Code Composition and Aggregation in C++ ?
What are the components of marker interface?
What is the purpose of enum?
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 the difference between procedural programming and oops?
What is multilevel inheritance?
What is encapsulation with real life example?
How do you answer polymorphism?
Why polymorphism is used in oops?
What does <> mean pseudocode?