what is instance in oops?
Answers were Sorted based on User's Feedback
Answer / prakash
instance is nothing but object of a class...we say simply
instance is copy of object....we can create any copy of
object whenever we needed................
Is This Answer Correct ? | 12 Yes | 1 No |
Answer / abdul wahab
Instance is nothing but the actual object created at run time.
Is This Answer Correct ? | 0 Yes | 0 No |
void main() { int i=5; printf(“%d”,++i++) }
i m doing my 3rd yr with only 6 month left to complete it..within this 6 months which is the best nd useful oracle certification program should i do??pls help me out!!
friends help me..am a btech fresher.. wt is the eligibility criteria for TCS???? like %...repli me clearly from x onwards..
What are the main differences between the engines in jet fighters and the engines in jet airliners; which type of engine is the more efficient, and (qualitatively) why?
Hello friend I am Manish from delhi I clear the written exam of NIC(national insurance company),If any one have any idea about inerview plz send me details my no:-9999026117,Email id:-bittu523@yahoo.com
sir,i am a 3rd yr student of computer engineering. i need atleast 10 previous year's placement papers of hcl,infosys & wipro. please send me these papers as early as possible.thanx for giving me your precious time.
hey frnds..i have taken an emergency interview date of 21st july and my school is starting from 8th sept...i was continuously checking the date from 10 days but was not able to get a normal date...so can i get a rejection on this, that i have taken an emergency date.??????
i am going to give interview for the post of ibps po..so there is a question in my mind which is "Being an electonics and communication engineer how can you help in banks, I mean whats the application of your education in banking."
BEL old probationary engineering questions and answers
Research reveals that high fiber content food is effective in preventing heart disease. However consumers are unable to take advantage of this finding as fiber content is usually not listed on the Nutrition Information label on food packages. Therefore as a further precaution in preventing heart disease, the government must regulate food industries to include the fiber content on the Nutrition Information label on food packages. Which of the following weakens the argument above?
can you justify your answer regarding output of following source-code: #include<stdio.h> #include<conio.h> void main() { clrscr(); if(printf("");) { printf("i am able to work in your company :"); } else { printf("your company is not able for having my knowledge :") } getch(); }
can we specify variable field width in a scanf() format string? if possible how in c language?