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
What causes polymorphism?
What is the full form of oops?
Why is oop better than procedural?
What is the purpose of polymorphism?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
Why interface is used?
what are the different types of qualifier in java?
What are the three main types of variables?
How to hide the base class functionality in Inheritance?
What makes a language oop?
What is class and example?
Please send ford technologies placement paper 2 my mail id
What is ambiguity in inheritance?
Write a program to reverse a string using recursive function?
write a programe to calculate the simple intrest and compund intrest using by function overlading