What is this interview room ?
Is it a class or an object.

Answer Posted / jenish

Interview is specific about this interview room. and It should be classified as object. Class does provide template where as object is actual data appropriate for that template and that interview room is itself object.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is data binding in oops?

576


What is destructor oops?

613


What is oops and its features?

576


What are the important components of cohesion?

548


Can we create object of abstract class?

571






any one please tell me the purpose of operator overloading

1959


Why is polymorphism used?

577


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

1685


What is overriding in oop?

544


What is polymorphism and its types?

587


Can a varargs method be overloaded?

613


Can you explain polymorphism?

576


What is basic concept of oop?

690


Which is not an object oriented programming language?

530


Why is oop better than procedural?

600