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: 256
Comments: 486
 OOPS FAQ Tags
 Showing Questions 41-50 of 255 Questions
<< Previous 1 2 3 4 [5] 6 7 8 9 10 Next >>
 Sponsored Links

 
 OOPS FAQ
Sorting Options :  

If we create a array of structures(structure must contain string field) we cannot store the data ny getting input from keyboard.Why?
Read Answers (1) | Asked by : venkatesh

What is the difference between function pointer and pointer to function?why we use static variable as a global instead of defining it a local?
Read Answers (2) | Asked by : vimal gupta
Tags : Pointer

Latest Answer: pointer to constant: If a pointer is pointing to constant it is called as pointer to constant.In this case we cannot change the content of constant.eg :  const int n=5;  int *p=&n;in this case we cannot change the value of n.constant pointer:  ...
Tags : Pointer

If I am declaring a private member in abstract class, although it will not be accessible in derived classes and can not be accessible by instantiating the abstract class. Then what is the optimal use of declaring private member in an abstract class.
Read Answers (2) | Asked by : ambrishg
Tags : Abstract

Latest Answer: A friend function can access all private protected and public data of a class. A class has to declare a function or another class as a friend. Also the friendship is one way. Class A is friend of class B does not mean that class B is friend of class A. ...
Read Answers (1) | Asked by : vasanthakumar
Tags : OOPS

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: OOPs is closer to real life representation of the objects which we want to program.Hierarchical relationships can be represented using inheriatnce. Data can be divided as public and private -- also we can provide interface for entering and validating ...
Read Answers (2) | Asked by : ritu
Tags : OOPS

Latest Answer: Realization is nothing but implementation of ABC or an Interface.class ABC{public: virtual virtual1() =0; virtual virtual2()=0;};class Implementation1:public ABC{public: virtual1(){}; virutal2(){};};The relationship b/w them is 'Realization'. It is denoted ...
Read Answers (1) | Asked by : prathiba

Latest Answer: The programming techniuqe of replacing a member of a base class with a new member in a derived class.Shadowing differs from overriding in that base class's shadowed member is no longer available from the derived class ...

Latest Answer: By the use of BIOS coomands ..........Thanks ...
Read Answers (2) | Asked by : ONKAR

View page << Previous 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
 Latest Placement Papers Subscribe to Latest Placement Papers Placement Papers Subscribers
 Free Training Subscribe to Free Training Via EMail Free Training Subscribers
 Learn AJAX Subscribe to AJAXwith.com Via EMail AJAXwith 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