What is this interview room ?
Is it a class or an object.
Answers were Sorted based on User's Feedback
Answer / vinoth
This depend on the situation. It can be either a class or object
| Is This Answer Correct ? | 14 Yes | 3 No |
Answer / 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 |
Which language is pure oop?
What is friend function?
what is the sylabus for priliminaries?
What is super in oop?
what is new modifier in C#
What is polymorphism what are the different types of polymorphism?
define oops concept with example
What is a scope operator and tell me its functionality?
What is the output of the following code: int v() { int m=0; return m++; } int main() { cout<<v(); } 1) 1 2) 0 3) Code cannot compile
What is oops in programming?
what are the realtime excercises in C++?
to find out the minimum of two integer number of two different classes using friend function