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
What is encapsulation with example?
Can we create object of interface?
How oops is better than procedural?
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
explain sub-type and sub class? atleast u have differ it into 4 points?
How can you overcome the diamond problem in inheritance?
Is abstract thinking intelligence?
What polymorphism means?
what are the ways in which a constructors can be called?
What is oops with example?
What is inheritance and how many types of inheritance?
What is static modifier?
What does no cap mean?
What is multilevel inheritance in oop?
Why is encapsulation used?