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 |
Can we create object of class with private constructor?
what are the ways in which a constructors can be called?
Write pseudo code for push in a stack?
What is encapsulation?
if u write a class do u write Assignment operator and copy constructor
What is the real time example of inheritance?
what i oops concept, how many languages supports oops concept?
What does no cap mean?
write a c++ code of diagonal matrix.
What is the difference between const int *ptr and int const *ptr???
what is different between oops and c++
What causes polymorphism?