GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

OOPS FAQ


OOPS FAQ

Questions: 255
Comments: 474
 OOPS FAQ Tags
 Showing Questions 1-10 of 254 Questions
[1] 2 3 4 5 6 7 8 9 10 Next >>
 Sponsored Links

 
 OOPS FAQ
Sorting Options :  

Latest Answer: both in c and c++ data members are public by default. to make the data members private in c++, we must use the keyword private .C structures does not supports inheritance. Also, all members are public and the keywords public, private and protected are ...

Latest Answer: It will print any< garbage value> which depends on the compiler. ...

Could any one explan me what happens in this program. main(){ int i=10; i=(++i)/(i++); printf("i=%d",i); }
Read Answers (11) | Asked by : vaasu

Latest Answer: All the solutions above are reading the source code with the files concepts.find a solution where you do not have a source file to read the contents.There is a macro or an attiribute which tells the compiler the name of the program, function or the attribute. ...

Latest Answer: We can declare pure virtual destructor but need to specify its body.Class Base {~Base() = 0;}Base::~Base(){}Pure virtual destructor does the same thing which other virtual functions do, makes Base class abstract.I didn't find any other reason to make ...

Latest Answer: pass multiple variables to the function as formal parameters ... function will actually set those values (output variables). ...

Latest Answer: An abstract class cannot be used on its own but must be first inherited in the derived class. ...
Read Answers (7) | Asked by : jyothis
Tags : Abstract

Latest Answer: abstract class ...
Read Answers (7) | Asked by : Debdulal

Latest Answer: It's not trivial to implement nested functions such that they have the proper access to local variables in the containing function(s), so they were deliberately left out of C as a simplification. (gcc does allow them, as an extension.) For many ...

Latest Answer: Real smart solution to this question is to use a LookUp table. ...

View page [1] 2 3 4 5 6 7 8 9 10 Next >>

Ask A Question
Go Top
 Sponsored Links

 
Ask Question
You must login to Ask Question or Register your free account

Category:

 
Question Title:


Question in Detail:

Add this to my Subscribed Questions (?)
Send me email when new answer is posted (?)

 
Expert Members
Subscribe
Get Latest Updates Via RSS Reader or by Email
 Forum Discussion Subscribe to Forum Discussions Via E-Mail Latest Forum Discussions Subscribers
 Knowledge Base Subscribe to Knowledge Base Series Via E-Mail Knowledge Base Subscribers
 Learning Series Subscribe to GeekInterview Learning Series Via EMail Learning Series Subscribers
 Freelance Jobs Subscribe to GeekInterview Freelance Jobs Via EMail Latest Freelance Jobs Subscribers
 GeekInterview Blog Subscribe to GeekInterview Blog Via EMail GeekInterview Blog Subscribers
 Testing Interview Questions Subscribe to Testing Interview Questions Via EMail Testing Interview Questions Subscribers
 Oracle Interview Questions Subscribe to Oracle Interview Questions Via EMail Oracle Interview Questions Subscribers
 Java Interview Questions Subscribe to Java Interview Questions Via EMail Java Interview Questions Subscribers
 Free Training Subscribe to Free Training Via EMail Free Training Subscribers
Sponsored Links

 
Sponsored Links



 

 
 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape