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 51-60 of 255 Questions
<< Previous 2 3 4 5 [6] 7 8 9 10 11 Next >>
 Sponsored Links

 
 OOPS FAQ
Sorting Options :  

Latest Answer: // PROGRAM which prints itself#include#include#include#include#includevoid main() { char ch; clrscr(); fstream fout; fout.open("itself.c",ios::in); ...
Read Answers (1) | Asked by : sunny

I have just started doing OOP design. My experience has been in RDBMS. Where we work with tables, relation between them defined using foreign keys. Can anyone pl. help in designing classes for a simple case here. There are two tables (states, districts). Districts contains stateId as foreign key. So state to district 1-many relation is there. Such things how do we design in oops. Thanx in advance
Read Answers (2) | Asked by : sudha
Tags : RDBMS, OOPS

Latest Answer: In a circular singly linked list also it is possible to use the current pointer and delete all nodes. The pseudo code would be like this: while (curr != null){linkList *ptr = curr->next; free(curr);curr = ptr;} ...
Read Answers (2) | Asked by : harsha
Tags : Pointer

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: Hi,   Do U Have Any Knowledge of PreCompilers bcoz precompilers are system software by which we can write codes for connect to any database using SQL . the Sql version used in thes precompiler codes is called Embeded SQL ,language with ...
Read Answers (3) | Asked by : Rahul Sharma

Latest Answer: Basically  Java supports only four types of inheritance:1) Single Inheritance2) Multi Level Inheritance3) Hierarchicval Inheritance4) Hybrid InheritanceWe can take support for multiple inheritance also but with the help of Interface. ...

Latest Answer: The advantages of using pointers are: 1: you can work with the address of the variable2: you can reference the variables in more different easiest ways....    e.g  int a[10],*b;                b=&a;         if you want to refer ...

Latest Answer: is this auestion refers to how many bits are set to 1 in a value.if that is the question then simply convert that value into bit code....then you can get the answer easily..... ...

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: Polymorphism is mainly divided into :1) Run Time polymorphism: a) Virtual function2) Compile Time Polymorphism : a) function overloading                                           ...

View page << Previous 2 3 4 5 [6] 7 8 9 10 11 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