![]() |
| 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 |
![]() Related Questions Latest Answer : Hi friends, There are 5 kind of storage classes auto - : like int extern-: used by other class or programm static -: retain the value through out the executionof the programm register-: First memory storage.Secquence ... Tags : Abstract Latest Answer : It is possible to declare and define body functions in header files, there is no restrictions to create your all code inside a header file.SourceCode.c:#include "SourceCode.h"SourceCode.h:#include #include int Calc(int ... Latest Answer : Storage classes in c are : Auto ,Extern,Static,Register,Volatile. ... Latest Answer : in the header files Functions are decleared. ... Latest Answer : Generic classes are those which describe the functionality without being bound to any data type. These classes can be used to generate definitions of classes which are bound to a particular data type. A good example is an Array class. Functionality of ... Latest Answer : Virtual base class is a term used in C++ multiple inheritance.Assume the following -- base class P. Two classes A and B derive from P. A third class C derives from both A and B.P has a protected variable pvar. A class C method accesses this variable. ... 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 Latest Answer : By the use of BIOS coomands ..........Thanks ... Read Answers (2) | Asked by : ONKAR 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
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||