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 |
#include <iostream> using namespace std; struct wow { int x; }; int main() { wow a; wow *b; a.x = 22; b = &a; a.x = 23; cout << b->x; return 0; }
What is property in oops?
Write a program to multiply 3x3 matrics
what is inline function?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
Can main method override?
Round up a Decimal number in c++.. example Note = 3.5 is as 4 3.3 is as 3
3 Answers Accenture, Cognizant, IBM,
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What is difference between multiple inheritance and multilevel inheritance?
what is namespace? what are the uses of namespace?
i ahve v low % in 12th n BSC which is aroun 50 coz science was imposed on me......nw m doin MCA n my aggregate in above 74%,what shud i say if asked about low previous percentage??????
JAVA is FULLY OBJECT ORIENTED PROGRAMING LANGUAGE?